forked from mouse07410/asn1c
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
136 lines (114 loc) · 2.37 KB
/
Copy path.gitignore
File metadata and controls
136 lines (114 loc) · 2.37 KB
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
*~
*.o
*.la
*.lo
*.libs
*.deps
*.log
*.trs
*.core
.tmp.*
*.exe
# Generated test files and directories
h323_generated/
test_h225_issue
test_h225_real
test_set_of_minimal
test_aper_length_fix
analyze_packet
demonstrate_fix
# ASN.1 compiler generated files
/*.c
/*.h
/Makefile.am.*
/pdu_collection.c
/asn_constant.h
/converter-example.mk
# Generated by `autoreconf`
config/
aclocal.m4
config.h.in
configure
/autom4te.cache
Makefile
Makefile.in
ylwrap
m4/*
!m4/ax_*.m4
# Keep in-tree libtool helper script out of git status
ltmain.sh
# 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-asn1c-smoke/test-*
# /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
# /tests/f1ap-regression
/tests/f1ap-regression/Makefile.am.asn1convert
/tests/f1ap-regression/libasncodec.a
/tests/f1ap-regression/test-jer-opentype.jer
/tests/f1ap-regression/test-output.txt
# /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_*
/libasn1parser/asn1p_l.c
/libasn1parser/asn1p_y.c
/libasn1parser/asn1p_y.h
#code coverage
*.gcno
*.gcda
asn1c-*/
*.tar.gz
asn1c/tmp/
# Test artifact directories created when smoke tests are run from repo root
/test-*/