asn1c/.gitignore

100 lines
1.6 KiB
Plaintext
Raw Permalink Normal View History

2014-09-15 00:19:17 +00:00
*~
2010-10-16 08:25:43 +00:00
*.o
*.la
*.lo
*.libs
*.deps
*.log
*.trs
2012-01-23 01:19:30 +00:00
*.core
2016-03-13 23:27:12 +00:00
.tmp.*
2010-10-16 08:25:43 +00:00
# Generated by `autoreconf`
2014-10-13 01:21:11 +00:00
config/
aclocal.m4
config.h.in
configure
2010-10-16 08:25:43 +00:00
/autom4te.cache
2016-03-14 11:29:50 +00:00
Makefile
Makefile.in
2014-10-13 01:21:11 +00:00
ylwrap
2016-07-02 23:34:15 +00:00
m4/*
!m4/ax_*.m4
# Generated by `./configure`
config.h
config.log
config.status
libtool
stamp-h*
2010-10-16 08:25:43 +00:00
/asn1c-*.tar.gz
/asn1c-*.*.*
2010-10-16 08:25:43 +00:00
/asn1c.spec
# /asn1c/
/asn1c/asn1c
2019-01-21 22:54:50 +00:00
# /asn1c-tools
/asn1-tools/enber/enber
/asn1-tools/unber/unber
/asn1-tools/unber/check_unber
2010-10-16 08:25:43 +00:00
2017-09-13 06:06:23 +00:00
# /skeletons
/skeletons/check-*
2017-11-12 23:27:36 +00:00
# /tests/
/tests/tests-asn1c-smoke/Makefile.am.libasncodec
/tests/tests-asn1c-smoke/Makefile.am.asn1convert
/tests/tests-asn1c-smoke/converter-example.mk
2017-11-12 23:27:36 +00:00
/tests/tests-asn1c-smoke/*.[acho]
/tests/tests-asn1c-smoke/*.asn
/tests/tests-asn1c-smoke/*.txt
/tests/tests-asn1c-smoke/converter-example
2017-08-10 21:59:15 +00:00
# /tests/
/tests/tests-c-compiler/test-*
2010-10-16 08:25:43 +00:00
2017-08-25 18:53:06 +00:00
# /tests/tests-skeletons
/tests/tests-skeletons/check-*
!/tests/tests-skeletons/check-*.c
2017-08-25 18:53:06 +00:00
2017-11-06 04:32:15 +00:00
# /tests/tests-randomized
/tests/tests-randomized/test-param-helper
2010-11-09 11:10:36 +00:00
# /doc/docsrc
doc/docsrc/*.aux
doc/docsrc/*.dvi
doc/docsrc/*.log
doc/docsrc/*.out
doc/docsrc/*.toc
2010-11-09 12:12:38 +00:00
doc/docsrc/*.xdv
2010-10-16 08:25:43 +00:00
# /examples/
/examples/*.asn1
# /examples/*/
2017-10-10 07:32:58 +00:00
/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
2017-10-10 07:32:58 +00:00
!/examples/sample.source.*/Makefile
!/examples/sample.source.*/config.h
2010-10-16 08:25:43 +00:00
# /libasn1compiler/
/libasn1compiler/check_compiler
# /libasn1fix/
2016-01-25 00:43:50 +00:00
/libasn1fix/check_*
2010-10-16 08:25:43 +00:00
# /libasn1parser/
2017-11-18 22:37:35 +00:00
/libasn1parser/check_*
2010-10-16 08:25:43 +00:00
#code coverage
*.gcno
*.gcda