aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: f0b39ef450d1f94e2f01251a4f536a05798da39c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
*~
*.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