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