Refactor the tls/dlts version options
[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/configuration.h
26 /include/openssl/opensslv.h
27
28 # Auto generated doc files
29 doc/man1/openssl-ca.pod
30 doc/man1/openssl-cms.pod
31 doc/man1/openssl-crl.pod
32 doc/man1/openssl-dgst.pod
33 doc/man1/openssl-dhparam.pod
34 doc/man1/openssl-dsa.pod
35 doc/man1/openssl-dsaparam.pod
36 doc/man1/openssl-ec.pod
37 doc/man1/openssl-ecparam.pod
38 doc/man1/openssl-enc.pod
39 doc/man1/openssl-engine.pod
40 doc/man1/openssl-gendsa.pod
41 doc/man1/openssl-genpkey.pod
42 doc/man1/openssl-genrsa.pod
43 doc/man1/openssl-info.pod
44 doc/man1/openssl-list.pod
45 doc/man1/openssl-ocsp.pod
46 doc/man1/openssl-passwd.pod
47 doc/man1/openssl-pkcs12.pod
48 doc/man1/openssl-pkcs7.pod
49 doc/man1/openssl-pkcs8.pod
50 doc/man1/openssl-pkey.pod
51 doc/man1/openssl-pkeyparam.pod
52 doc/man1/openssl-pkeyutl.pod
53 doc/man1/openssl-rand.pod
54 doc/man1/openssl-req.pod
55 doc/man1/openssl-rsa.pod
56 doc/man1/openssl-rsautl.pod
57 doc/man1/openssl-s_client.pod
58 doc/man1/openssl-s_server.pod
59 doc/man1/openssl-s_time.pod
60 doc/man1/openssl-smime.pod
61 doc/man1/openssl-speed.pod
62 doc/man1/openssl-spkac.pod
63 doc/man1/openssl-srp.pod
64 doc/man1/openssl-storeutl.pod
65 doc/man1/openssl-ts.pod
66 doc/man1/openssl-verify.pod
67 doc/man1/openssl-x509.pod
68 doc/man1/openssl.pod
69
70 # Auto generated doc files
71 doc/man1/openssl-ca.pod
72 doc/man1/openssl-cms.pod
73 doc/man1/openssl-crl.pod
74 doc/man1/openssl-dgst.pod
75 doc/man1/openssl-dhparam.pod
76 doc/man1/openssl-dsaparam.pod
77 doc/man1/openssl-ecparam.pod
78 doc/man1/openssl-enc.pod
79 doc/man1/openssl-gendsa.pod
80 doc/man1/openssl-genrsa.pod
81 doc/man1/openssl-ocsp.pod
82 doc/man1/openssl-passwd.pod
83 doc/man1/openssl-pkcs12.pod
84 doc/man1/openssl-pkcs8.pod
85 doc/man1/openssl-pkeyutl.pod
86 doc/man1/openssl-rand.pod
87 doc/man1/openssl-req.pod
88 doc/man1/openssl-rsautl.pod
89 doc/man1/openssl-s_client.pod
90 doc/man1/openssl-s_server.pod
91 doc/man1/openssl-s_time.pod
92 doc/man1/openssl-smime.pod
93 doc/man1/openssl-speed.pod
94 doc/man1/openssl-srp.pod
95 doc/man1/openssl-ts.pod
96 doc/man1/openssl-verify.pod
97 doc/man1/openssl-x509.pod
98
99 # error code files
100 /crypto/err/openssl.txt.old
101 /engines/e_afalg.txt.old
102 /engines/e_capi.txt.old
103 /engines/e_dasync.txt.old
104 /engines/e_ossltest.txt.old
105
106 # Executables
107 /apps/openssl
108 /test/sha256t
109 /test/sha512t
110 /test/gost2814789t
111 /test/ssltest_old
112 /test/*test
113 /test/fips_aesavs
114 /test/fips_desmovs
115 /test/fips_dhvs
116 /test/fips_drbgvs
117 /test/fips_dssvs
118 /test/fips_ecdhvs
119 /test/fips_ecdsavs
120 /test/fips_rngvs
121 /test/fips_test_suite
122 /test/ssltest_old
123 /test/x509aux
124 /test/v3ext
125 /test/versions
126 /test/ossl_shim/ossl_shim
127 /test/rsa_complex
128 /test/confdump
129 /test/bio_prefix_text
130 # Other generated files in test/
131 /test/provider_internal_test.conf
132 /test/fipsinstall.conf
133 /providers/fipsinstall.conf
134
135 # Certain files that get created by tests on the fly
136 /test/test-runs
137 /test/buildtest_*
138
139 # Fuzz stuff.
140 # Anything without an extension is an executable on Unix, so we keep files
141 # with extensions.  And we keep the corpora subddir versioned as well.
142 # Anything more generic with extensions that should be ignored will be taken
143 # care of by general ignores for those extensions (*.o, *.obj, *.exe, ...)
144 /fuzz/*
145 !/fuzz/README*
146 !/fuzz/corpora
147 !/fuzz/*.*
148
149 # Misc auto generated files
150 /doc/man7/openssl_user_macros.pod
151 /tools/c_rehash
152 /tools/c_rehash.pl
153 /util/shlib_wrap.sh
154 /tags
155 /TAGS
156 *.map
157 *.ld
158
159 # Windows (legacy)
160 /tmp32
161 /tmp32.dbg
162 /tmp32dll
163 /tmp32dll.dbg
164 /out32
165 /out32.dbg
166 /out32dll
167 /out32dll.dbg
168 /inc32
169 /MINFO
170 /ms/bcb.mak
171 /ms/libeay32.def
172 /ms/nt.mak
173 /ms/ntdll.mak
174 /ms/ssleay32.def
175 /ms/version32.rc
176
177 # Files created on other branches that are not held in git, and are not
178 # needed on this branch
179 /include/openssl/asn1_mac.h
180 /include/openssl/des_old.h
181 /include/openssl/fips.h
182 /include/openssl/fips_rand.h
183 /include/openssl/krb5_asn.h
184 /include/openssl/kssl.h
185 /include/openssl/pq_compat.h
186 /include/openssl/ssl23.h
187 /include/openssl/tmdiff.h
188 /include/openssl/ui_compat.h
189 /test/fips_aesavs.c
190 /test/fips_desmovs.c
191 /test/fips_dsatest.c
192 /test/fips_dssvs.c
193 /test/fips_hmactest.c
194 /test/fips_randtest.c
195 /test/fips_rngvs.c
196 /test/fips_rsagtest.c
197 /test/fips_rsastest.c
198 /test/fips_rsavtest.c
199 /test/fips_shatest.c
200 /test/fips_test_suite.c
201 /test/shatest.c
202
203 # Generated docs directories
204 /doc/html
205 /doc/man
206
207 ##### Generic patterns
208 # Auto generated assembly language source files
209 *.s
210 !/crypto/*/asm/*.s
211 /crypto/arm*.S
212 /crypto/*/*.S
213 *.asm
214 !/crypto/*/asm/*.asm
215
216 # Object files
217 *.o
218 *.obj
219
220 # editor artefacts
221 *.swp
222 .#*
223 \#*#
224 *~
225
226 # Certificate symbolic links
227 *.0
228
229 # All kinds of libraries and executables
230 *.a
231 *.so
232 *.so.*
233 *.dylib
234 *.dylib.*
235 *.dll
236 *.dll.*
237 *.exe
238 *.pyc
239 *.exp
240 *.lib
241 *.pdb
242 *.ilk
243 *.def
244 *.rc
245 *.res
246
247 # Misc generated stuff
248 Makefile.save
249 /crypto/**/lib
250 /engines/**/lib
251 /ssl/**/lib
252 *.bak
253 cscope.*
254 *.d
255 pod2htmd.tmp
256
257 # Windows manifest files
258 *.manifest
259 doc-nits