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