diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-03-04 15:38:23 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-03-04 15:38:23 +0100 |
commit | 9823fc99477f6f523adf1062bfed834e93d6e365 (patch) | |
tree | e5631b4b9efb6aa2936a04658196b9c05012d001 /.gitignore | |
parent | 20c764e917575a16efde20d3a42a73feca87851c (diff) | |
download | libtasn1-9823fc99477f6f523adf1062bfed834e93d6e365.tar.gz libtasn1-9823fc99477f6f523adf1062bfed834e93d6e365.tar.bz2 libtasn1-9823fc99477f6f523adf1062bfed834e93d6e365.zip |
Update.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 132 |
1 files changed, 81 insertions, 51 deletions
@@ -1,19 +1,8 @@ -*~ INSTALL Makefile Makefile.in aclocal.m4 -autom4te.cache -config.h -config.h.in -config.log -config.status -configure -gnulib.mk -libtasn1-*.tar.* -libtool -maint.mk -stamp-h1 +autom4te.cache/ build-aux/config.guess build-aux/config.sub build-aux/depcomp @@ -23,42 +12,45 @@ build-aux/mdate-sh build-aux/missing build-aux/texinfo.tex build-aux/ylwrap +config.h +config.h.in +config.log +config.status +configure doc/Makefile doc/Makefile.in -doc/libtasn1.html -doc/libtasn1.pdf +doc/asn1Coding.1 +doc/asn1Decoding.1 +doc/asn1Parser.1 +doc/cyclo/Makefile +doc/cyclo/Makefile.in doc/libtasn1.aux doc/libtasn1.cp doc/libtasn1.cps doc/libtasn1.dvi doc/libtasn1.fn doc/libtasn1.fns +doc/libtasn1.html doc/libtasn1.info doc/libtasn1.ky doc/libtasn1.log +doc/libtasn1.pdf doc/libtasn1.pg doc/libtasn1.ps doc/libtasn1.toc doc/libtasn1.tp doc/libtasn1.vr -doc/man -doc/mdate-sh -doc/stamp-vti -doc/texi -doc/texinfo.tex -doc/version.texi -doc/asn1Coding.1 -doc/asn1Decoding.1 -doc/asn1Parser.1 +doc/man/ doc/reference/Makefile doc/reference/Makefile.in -doc/reference/html doc/reference/html-build.stamp doc/reference/html.stamp +doc/reference/html/ doc/reference/libtasn1-decl-list.txt doc/reference/libtasn1-decl.txt doc/reference/libtasn1-overrides.txt doc/reference/libtasn1-sections.txt +doc/reference/libtasn1-undeclared.txt doc/reference/libtasn1-undocumented.txt doc/reference/libtasn1-unused.txt doc/reference/libtasn1.args @@ -66,49 +58,87 @@ doc/reference/libtasn1.hierarchy doc/reference/libtasn1.interfaces doc/reference/libtasn1.prerequisites doc/reference/libtasn1.signals +doc/reference/libtasn1.types doc/reference/scan-build.stamp doc/reference/sgml-build.stamp doc/reference/sgml.stamp -doc/reference/tmpl doc/reference/tmpl-build.stamp doc/reference/tmpl.stamp -doc/reference/xml -gl/.deps -gl/.libs +doc/reference/tmpl/ +doc/reference/xml/ +doc/stamp-vti +doc/texi/ +doc/version.texi +examples/.deps/ +examples/.libs/ +examples/CertificateExample +examples/CertificateExample.o +examples/CrlExample +examples/CrlExample.o +examples/Makefile +examples/Makefile.in +examples/pkix_asn1_tab.c +examples/pkix_asn1_tab.o +gl/.deps/ +gl/.libs/ gl/Makefile gl/Makefile.in -gl/string.h -gl/unistd.h gl/libgnu.la -gl/*.lo -gl/*.o -lib/.deps -lib/.libs -lib/ASN1.c +gl/progname.lo +gl/progname.o +gl/read-file.lo +gl/read-file.o +gl/stdlib.h +gl/unistd.h +gl/version-etc-fsf.lo +gl/version-etc-fsf.o +gl/version-etc.lo +gl/version-etc.o +lib/.deps/ +lib/.libs/ +lib/ASN1.lo +lib/ASN1.o lib/Makefile lib/Makefile.in -lib/asn1-api.tex -lib/libtasn1-config +lib/coding.lo +lib/coding.o +lib/decoding.lo +lib/decoding.o +lib/element.lo +lib/element.o +lib/errors.lo +lib/errors.o +lib/gllib/.libs/ +lib/gllib/Makefile +lib/gllib/Makefile.in +lib/gllib/libgnu.la +lib/gstr.lo +lib/gstr.o lib/libtasn1.la lib/libtasn1.pc -lib/*.lo -lib/*.o -src/.deps -src/.libs -src/CertificateExample -src/CrlExample +lib/parser_aux.lo +lib/parser_aux.o +lib/structure.lo +lib/structure.o +libtasn1-*.tar.gz +libtasn1-*.tar.gz.sig +libtool +m4/libtool.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4 +m4/lt~obsolete.m4 +src/.deps/ +src/.libs/ src/Makefile src/Makefile.in src/asn1Coding +src/asn1Coding.o src/asn1Decoding +src/asn1Decoding.o src/asn1Parser -src/*.o -tests/.deps -tests/.libs +src/asn1Parser.o +stamp-h1 +tests/.deps/ tests/Makefile tests/Makefile.in -tests/Test_encoding -tests/Test_parser -tests/Test_parser_ERROR.asn -tests/Test_tree -tests/*.o |