]> git.ipfire.org Git - thirdparty/openssl.git/blame - .gitignore
Invoke tear_down when exiting test_encode_tls_sct() prematurely
[thirdparty/openssl.git] / .gitignore
CommitLineData
27f215cf 1# Ignore editor artefacts
d7c02691 2/.dir-locals.el
bba43f3f 3
e71972d1 4# Top level excludes
2660b7cf 5/Makefile.in
dbb1dc1e 6/Makefile
1aaa0419 7/MINFO
e3c15964 8/TABLE
e71972d1 9/rehash.time
7e25d818
BL
10/inc.*
11/makefile.*
12/out.*
13/tmp.*
291e94df 14/configdata.pm
2ac569a6
RL
15/builddata.pm
16/installdata.pm
17
18# Exporters
19/*.pc
c768cceb 20/OpenSSLConfig*.cmake
2ac569a6 21/exporters/*.pc
c768cceb 22/exporters/OpenSSLConfig*.cmake
e71972d1 23
e71972d1 24# Links under apps
a5b2791c 25/apps/CA.pl
ef653053 26/apps/tsget
ab68742a 27/apps/tsget.pl
a5b2791c 28/apps/md4.c
e71972d1 29
e71972d1 30# Auto generated headers
a5b2791c 31/crypto/buildinf.h
25f2138b 32/include/crypto/*_conf.h
b4780134 33/include/openssl/asn1.h
0b282540 34/include/openssl/asn1t.h
dd731474 35/include/openssl/bio.h
798f9329 36/include/openssl/cmp.h
904e1f92 37/include/openssl/cms.h
e74e562f 38/include/openssl/conf.h
46994f71 39/include/openssl/configuration.h
98c35dc4 40/include/openssl/crmf.h
15c3dcfc 41/include/openssl/crypto.h
9d01ac71 42/include/openssl/ct.h
efffd8a6 43/include/openssl/err.h
1e14bca2 44/include/openssl/ess.h
31214258 45/include/openssl/fipskey.h
e82f4598 46/include/openssl/lhash.h
fd3ed85c 47/include/openssl/ocsp.h
b4780134 48/include/openssl/opensslv.h
add33927 49/include/openssl/pkcs12.h
02199cc3 50/include/openssl/pkcs7.h
24c4ea95 51/include/openssl/safestack.h
22fbfe6a 52/include/openssl/srp.h
6ac1cd10 53/include/openssl/ssl.h
9cedfc90 54/include/openssl/ui.h
e6623cfb 55/include/openssl/x509.h
e144fd36 56/include/openssl/x509v3.h
c5a55811 57/include/openssl/x509_vfy.h
944ee2c3
P
58/include/openssl/core_names.h
59/include/internal/param_names.h
60
61# Auto generated parameter name files
62/crypto/params_idx.c
e71972d1 63
9fcb9702 64# Auto generated doc files
5e98904c 65doc/man1/openssl-*.pod
9fcb9702 66
bbe3ed06 67# Auto generated der files
e9191669
RS
68providers/common/der/der_digests_gen.c
69providers/common/der/der_dsa_gen.c
70providers/common/der/der_ec_gen.c
d12a2fe4 71providers/common/der/der_ecx_gen.c
e9191669 72providers/common/der/der_rsa_gen.c
e5b2cd58 73providers/common/der/der_wrap_gen.c
8e3a64fd 74providers/common/der/der_sm2_gen.c
bbe3ed06
MC
75providers/common/include/prov/der_dsa.h
76providers/common/include/prov/der_ec.h
d12a2fe4 77providers/common/include/prov/der_ecx.h
bbe3ed06 78providers/common/include/prov/der_rsa.h
80627240 79providers/common/include/prov/der_digests.h
e5b2cd58 80providers/common/include/prov/der_wrap.h
8e3a64fd 81providers/common/include/prov/der_sm2.h
bbe3ed06 82
52df25cf
RS
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
e71972d1 90# Executables
a5b2791c
BL
91/apps/openssl
92/test/sha256t
93/test/sha512t
bd2bceb9 94/test/gost2814789t
ef653053 95/test/ssltest_old
a5b2791c
BL
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
5a22cf96 106/test/ssltest_old
48244109 107/test/x509aux
e417070c 108/test/v3ext
dbcfd902 109/test/versions
694cfa1f 110/test/ossl_shim/ossl_shim
da5fac72 111/test/rsa_complex
d7e4aecd 112/test/confdump
1e887969 113/test/bio_prefix_text
989a8577 114/test/evp_extra_test2
ac23650c 115/test/evp_pkey_ctx_new_from_name
bfd6b619 116/test/threadstest_fips
6a925505 117/test/timing_load_creds
27f215cf
RL
118
119# Certain files that get created by tests on the fly
f0790d4d 120/test-runs
27f215cf 121/test/buildtest_*
1cd2c1f8
RS
122/test/provider_internal_test.cnf
123/test/fipsmodule.cnf
124/providers/fipsmodule.cnf
27f215cf
RL
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/*.*
e71972d1
DSH
135
136# Misc auto generated files
871493a2 137/doc/man7/openssl_user_macros.pod
a5b2791c 138/tools/c_rehash
ab68742a 139/tools/c_rehash.pl
6462876f 140/util/shlib_wrap.sh
15500c9d 141/util/wrap.pl
37f27b91 142/util/quicserver
f631f2ec
RL
143/tags
144/TAGS
a21f4cec
MC
145*.map
146*.ld
888e2a9b
VP
147/apps/progs.c
148/apps/progs.h
448e6f06 149
ab68742a 150# Windows (legacy)
37d92b1b
RL
151/tmp32
152/tmp32.dbg
448e6f06 153/tmp32dll
41c9cfbc 154/tmp32dll.dbg
37d92b1b
RL
155/out32
156/out32.dbg
448e6f06 157/out32dll
41c9cfbc 158/out32dll.dbg
448e6f06
MC
159/inc32
160/MINFO
f631f2ec
RL
161/ms/bcb.mak
162/ms/libeay32.def
163/ms/nt.mak
164/ms/ntdll.mak
165/ms/ssleay32.def
166/ms/version32.rc
8757bf83
MC
167
168# Files created on other branches that are not held in git, and are not
169# needed on this branch
f631f2ec
RL
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
27f215cf 193
df8f116e
RL
194# Generated docs directories
195/doc/html
196/doc/man
197
27f215cf
RL
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
645c694d
RL
220# All kinds of libraries and executables
221*.a
27f215cf
RL
222*.so
223*.so.*
224*.dylib
225*.dylib.*
226*.dll
227*.dll.*
228*.exe
229*.pyc
230*.exp
231*.lib
232*.pdb
f1ee757d 233*.tds
27f215cf
RL
234*.ilk
235*.def
236*.rc
237*.res
238
239# Misc generated stuff
240Makefile.save
241/crypto/**/lib
242/engines/**/lib
243/ssl/**/lib
244*.bak
245cscope.*
246*.d
859521e5 247!.ctags.d
7b5108df 248*.d.tmp
e7932c1e 249pod2htmd.tmp
f1ee757d 250MAKE0[0-9][0-9][0-9].@@@
e7932c1e
J
251
252# Windows manifest files
253*.manifest
65c1f979 254doc-nits
9e87e4e8
TS
255
256# LSP (Language Server Protocol) support
257.cache/
258compile_commands.json