Skip to content

Commit

Permalink
Ignores ported from SVN repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vlm committed Oct 16, 2010
1 parent 34944f2 commit 00c1941
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions .gitignore
@@ -0,0 +1,84 @@
*.o
*.la
*.lo
*.libs
*.deps

# /
/autom4te.cache
/config.h
/config.log
/config.cache
/config.status
/configure.lineno
/local-configure.sh
/libtool
/stamp-h*
/asn1c-*.tar.gz
/asn1c.spec
/Makefile

# /asn1c/
/asn1c/Makefile
/asn1c/asn1c
/asn1c/unber
/asn1c/enber

# /asn1c/tests/
/asn1c/tests/Makefile
/asn1c/tests/test-*

# /asn1c/webcgi/
/asn1c/webcgi/Makefile
/asn1c/webcgi/asn1c-suid-helper

# /doc/
/doc/Makefile

# /examples/
/examples/Makefile
/examples/*.asn1

# /examples/*/
/examples/*/*.c
/examples/*/*.h
/examples/*/*dump
/examples/*/.tmp.*

# /libasn1compiler/
/libasn1compiler/Makefile
/libasn1compiler/check_compiler

# /libasn1fix/
/libasn1fix/Makefile
/libasn1fix/check_fixer

# /libasn1parser/
/libasn1parser/Makefile
/libasn1parser/check_parser

# /libasn1print/
/libasn1print/Makefile

# /skeletons/
/skeletons/Makefile

# /skeletons/standard-modules/
/skeletons/standard-modules/Makefile

# /skeletons/tests/
/skeletons/tests/Makefile
/skeletons/tests/check-OCTET_STRING
/skeletons/tests/check-UTCTime
/skeletons/tests/check-length
/skeletons/tests/check-REAL
/skeletons/tests/check-GeneralizedTime
/skeletons/tests/check-UTF8String
/skeletons/tests/check-PER
/skeletons/tests/check-ber_tlv_tag
/skeletons/tests/check-INTEGER
/skeletons/tests/check-OIDs
/skeletons/tests/check-XER

# /tests/
/tests/Makefile

0 comments on commit 00c1941

Please sign in to comment.