Fix safestack issues in asn1t.h
[openssl.git] / .gitignore
1 # Ignore editor artefacts
2 /.dir-locals.el
3
4 # Top level excludes
5 /Makefile
6 /MINFO
7 /TABLE
8 /*.pc
9 /rehash.time
10 /inc.*
11 /makefile.*
12 /out.*
13 /tmp.*
14 /configdata.pm
15
16 # Links under apps
17 /apps/CA.pl
18 /apps/tsget
19 /apps/tsget.pl
20 /apps/md4.c
21
22 # Auto generated headers
23 /crypto/buildinf.h
24 /include/crypto/*_conf.h
25 /include/openssl/asn1.h
26 /include/openssl/asn1t.h
27 /include/openssl/cmp.h
28 /include/openssl/cms.h
29 /include/openssl/configuration.h
30 /include/openssl/crmf.h
31 /include/openssl/ct.h
32 /include/openssl/fipskey.h
33 /include/openssl/ocsp.h
34 /include/openssl/opensslv.h
35 /include/openssl/pkcs7.h
36 /include/openssl/safestack.h
37 /include/openssl/srp.h
38 /include/openssl/ssl.h
39 /include/openssl/x509.h
40 /include/openssl/x509v3.h
41 /include/openssl/x509_vfy.h
42
43 # Auto generated doc files
44 doc/man1/openssl-*.pod
45
46 # Auto generated der files
47 providers/common/der/der_digests_gen.c
48 providers/common/der/der_dsa_gen.c
49 providers/common/der/der_ec_gen.c
50 providers/common/der/der_rsa_gen.c
51 providers/common/der/der_wrap_gen.c
52 providers/common/include/prov/der_dsa.h
53 providers/common/include/prov/der_ec.h
54 providers/common/include/prov/der_rsa.h
55 providers/common/include/prov/der_digests.h
56 providers/common/include/prov/der_wrap.h
57
58 # error code files
59 /crypto/err/openssl.txt.old
60 /engines/e_afalg.txt.old
61 /engines/e_capi.txt.old
62 /engines/e_dasync.txt.old
63 /engines/e_ossltest.txt.old
64
65 # Executables
66 /apps/openssl
67 /test/sha256t
68 /test/sha512t
69 /test/gost2814789t
70 /test/ssltest_old
71 /test/*test
72 /test/fips_aesavs
73 /test/fips_desmovs
74 /test/fips_dhvs
75 /test/fips_drbgvs
76 /test/fips_dssvs
77 /test/fips_ecdhvs
78 /test/fips_ecdsavs
79 /test/fips_rngvs
80 /test/fips_test_suite
81 /test/ssltest_old
82 /test/x509aux
83 /test/v3ext
84 /test/versions
85 /test/ossl_shim/ossl_shim
86 /test/rsa_complex
87 /test/confdump
88 /test/bio_prefix_text
89 /test/evp_extra_test2
90
91 # Certain files that get created by tests on the fly
92 /test-runs
93 /test/buildtest_*
94 /test/provider_internal_test.cnf
95 /test/fipsmodule.cnf
96 /providers/fipsmodule.cnf
97
98 # Fuzz stuff.
99 # Anything without an extension is an executable on Unix, so we keep files
100 # with extensions.  And we keep the corpora subddir versioned as well.
101 # Anything more generic with extensions that should be ignored will be taken
102 # care of by general ignores for those extensions (*.o, *.obj, *.exe, ...)
103 /fuzz/*
104 !/fuzz/README*
105 !/fuzz/corpora
106 !/fuzz/*.*
107
108 # Misc auto generated files
109 /doc/man7/openssl_user_macros.pod
110 /tools/c_rehash
111 /tools/c_rehash.pl
112 /util/shlib_wrap.sh
113 /tags
114 /TAGS
115 *.map
116 *.ld
117 /apps/progs.c
118 /apps/progs.h
119
120 # Windows (legacy)
121 /tmp32
122 /tmp32.dbg
123 /tmp32dll
124 /tmp32dll.dbg
125 /out32
126 /out32.dbg
127 /out32dll
128 /out32dll.dbg
129 /inc32
130 /MINFO
131 /ms/bcb.mak
132 /ms/libeay32.def
133 /ms/nt.mak
134 /ms/ntdll.mak
135 /ms/ssleay32.def
136 /ms/version32.rc
137
138 # Files created on other branches that are not held in git, and are not
139 # needed on this branch
140 /include/openssl/asn1_mac.h
141 /include/openssl/des_old.h
142 /include/openssl/fips.h
143 /include/openssl/fips_rand.h
144 /include/openssl/krb5_asn.h
145 /include/openssl/kssl.h
146 /include/openssl/pq_compat.h
147 /include/openssl/ssl23.h
148 /include/openssl/tmdiff.h
149 /include/openssl/ui_compat.h
150 /test/fips_aesavs.c
151 /test/fips_desmovs.c
152 /test/fips_dsatest.c
153 /test/fips_dssvs.c
154 /test/fips_hmactest.c
155 /test/fips_randtest.c
156 /test/fips_rngvs.c
157 /test/fips_rsagtest.c
158 /test/fips_rsastest.c
159 /test/fips_rsavtest.c
160 /test/fips_shatest.c
161 /test/fips_test_suite.c
162 /test/shatest.c
163
164 # Generated docs directories
165 /doc/html
166 /doc/man
167
168 ##### Generic patterns
169 # Auto generated assembly language source files
170 *.s
171 !/crypto/*/asm/*.s
172 /crypto/arm*.S
173 /crypto/*/*.S
174 *.asm
175 !/crypto/*/asm/*.asm
176
177 # Object files
178 *.o
179 *.obj
180
181 # editor artefacts
182 *.swp
183 .#*
184 \#*#
185 *~
186
187 # Certificate symbolic links
188 *.0
189
190 # All kinds of libraries and executables
191 *.a
192 *.so
193 *.so.*
194 *.dylib
195 *.dylib.*
196 *.dll
197 *.dll.*
198 *.exe
199 *.pyc
200 *.exp
201 *.lib
202 *.pdb
203 *.ilk
204 *.def
205 *.rc
206 *.res
207
208 # Misc generated stuff
209 Makefile.save
210 /crypto/**/lib
211 /engines/**/lib
212 /ssl/**/lib
213 *.bak
214 cscope.*
215 *.d
216 *.d.tmp
217 pod2htmd.tmp
218
219 # Windows manifest files
220 *.manifest
221 doc-nits