asn1c/.gitignore

100 lines
1.6 KiB
Plaintext

*~
*.o
*.la
*.lo
*.libs
*.deps
*.log
*.trs
*.core
.tmp.*
# Generated by `autoreconf`
config/
aclocal.m4
config.h.in
configure
/autom4te.cache
Makefile
Makefile.in
ylwrap
m4/*
!m4/ax_*.m4
# Generated by `./configure`
config.h
config.log
config.status
libtool
stamp-h*
/asn1c-*.tar.gz
/asn1c-*.*.*
/asn1c.spec
# /asn1c/
/asn1c/asn1c
# /asn1c-tools
/asn1-tools/enber/enber
/asn1-tools/unber/unber
/asn1-tools/unber/check_unber
# /skeletons
/skeletons/check-*
# /tests/
/tests/tests-asn1c-smoke/Makefile.am.libasncodec
/tests/tests-asn1c-smoke/Makefile.am.asn1convert
/tests/tests-asn1c-smoke/converter-example.mk
/tests/tests-asn1c-smoke/*.[acho]
/tests/tests-asn1c-smoke/*.asn
/tests/tests-asn1c-smoke/*.txt
/tests/tests-asn1c-smoke/converter-example
# /tests/
/tests/tests-c-compiler/test-*
# /tests/tests-skeletons
/tests/tests-skeletons/check-*
!/tests/tests-skeletons/check-*.c
# /tests/tests-randomized
/tests/tests-randomized/test-param-helper
# /doc/docsrc
doc/docsrc/*.aux
doc/docsrc/*.dvi
doc/docsrc/*.log
doc/docsrc/*.out
doc/docsrc/*.toc
doc/docsrc/*.xdv
# /examples/
/examples/*.asn1
# /examples/*/
/examples/sample.source.*/*.c
/examples/sample.source.*/*.h
/examples/sample.source.*/*dump
/examples/sample.source.*/lib*.a
/examples/sample.source.*/.tmp.*
/examples/sample.source.*/Makefile.am.libasncodec
/examples/sample.source.*/Makefile.am.asn1convert
/examples/sample.source.*/converter-example.mk
!/examples/sample.source.*/Makefile
!/examples/sample.source.*/config.h
# /libasn1compiler/
/libasn1compiler/check_compiler
# /libasn1fix/
/libasn1fix/check_*
# /libasn1parser/
/libasn1parser/check_*
#code coverage
*.gcno
*.gcda