]> git.ipfire.org Git - thirdparty/openssl.git/blame - .gitignore
Exclude more in the fuzz introspector report
[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
DSH
9/*.pc
10/rehash.time
7e25d818
BL
11/inc.*
12/makefile.*
13/out.*
14/tmp.*
291e94df 15/configdata.pm
e71972d1 16
e71972d1 17# Links under apps
a5b2791c 18/apps/CA.pl
ef653053 19/apps/tsget
ab68742a 20/apps/tsget.pl
a5b2791c 21/apps/md4.c
e71972d1 22
e71972d1 23# Auto generated headers
a5b2791c 24/crypto/buildinf.h
25f2138b 25/include/crypto/*_conf.h
b4780134 26/include/openssl/asn1.h
0b282540 27/include/openssl/asn1t.h
dd731474 28/include/openssl/bio.h
798f9329 29/include/openssl/cmp.h
904e1f92 30/include/openssl/cms.h
e74e562f 31/include/openssl/conf.h
46994f71 32/include/openssl/configuration.h
98c35dc4 33/include/openssl/crmf.h
15c3dcfc 34/include/openssl/crypto.h
9d01ac71 35/include/openssl/ct.h
efffd8a6 36/include/openssl/err.h
1e14bca2 37/include/openssl/ess.h
31214258 38/include/openssl/fipskey.h
e82f4598 39/include/openssl/lhash.h
fd3ed85c 40/include/openssl/ocsp.h
b4780134 41/include/openssl/opensslv.h
add33927 42/include/openssl/pkcs12.h
02199cc3 43/include/openssl/pkcs7.h
24c4ea95 44/include/openssl/safestack.h
22fbfe6a 45/include/openssl/srp.h
6ac1cd10 46/include/openssl/ssl.h
9cedfc90 47/include/openssl/ui.h
e6623cfb 48/include/openssl/x509.h
e144fd36 49/include/openssl/x509v3.h
c5a55811 50/include/openssl/x509_vfy.h
944ee2c3
P
51/include/openssl/core_names.h
52/include/internal/param_names.h
53
54# Auto generated parameter name files
55/crypto/params_idx.c
e71972d1 56
9fcb9702 57# Auto generated doc files
5e98904c 58doc/man1/openssl-*.pod
9fcb9702 59
bbe3ed06 60# Auto generated der files
e9191669
RS
61providers/common/der/der_digests_gen.c
62providers/common/der/der_dsa_gen.c
63providers/common/der/der_ec_gen.c
d12a2fe4 64providers/common/der/der_ecx_gen.c
e9191669 65providers/common/der/der_rsa_gen.c
e5b2cd58 66providers/common/der/der_wrap_gen.c
8e3a64fd 67providers/common/der/der_sm2_gen.c
bbe3ed06
MC
68providers/common/include/prov/der_dsa.h
69providers/common/include/prov/der_ec.h
d12a2fe4 70providers/common/include/prov/der_ecx.h
bbe3ed06 71providers/common/include/prov/der_rsa.h
80627240 72providers/common/include/prov/der_digests.h
e5b2cd58 73providers/common/include/prov/der_wrap.h
8e3a64fd 74providers/common/include/prov/der_sm2.h
bbe3ed06 75
52df25cf
RS
76# error code files
77/crypto/err/openssl.txt.old
78/engines/e_afalg.txt.old
79/engines/e_capi.txt.old
80/engines/e_dasync.txt.old
81/engines/e_ossltest.txt.old
82
e71972d1 83# Executables
a5b2791c
BL
84/apps/openssl
85/test/sha256t
86/test/sha512t
bd2bceb9 87/test/gost2814789t
ef653053 88/test/ssltest_old
a5b2791c
BL
89/test/*test
90/test/fips_aesavs
91/test/fips_desmovs
92/test/fips_dhvs
93/test/fips_drbgvs
94/test/fips_dssvs
95/test/fips_ecdhvs
96/test/fips_ecdsavs
97/test/fips_rngvs
98/test/fips_test_suite
5a22cf96 99/test/ssltest_old
48244109 100/test/x509aux
e417070c 101/test/v3ext
dbcfd902 102/test/versions
694cfa1f 103/test/ossl_shim/ossl_shim
da5fac72 104/test/rsa_complex
d7e4aecd 105/test/confdump
1e887969 106/test/bio_prefix_text
989a8577 107/test/evp_extra_test2
ac23650c 108/test/evp_pkey_ctx_new_from_name
bfd6b619 109/test/threadstest_fips
6a925505 110/test/timing_load_creds
27f215cf
RL
111
112# Certain files that get created by tests on the fly
f0790d4d 113/test-runs
27f215cf 114/test/buildtest_*
1cd2c1f8
RS
115/test/provider_internal_test.cnf
116/test/fipsmodule.cnf
117/providers/fipsmodule.cnf
27f215cf
RL
118
119# Fuzz stuff.
120# Anything without an extension is an executable on Unix, so we keep files
121# with extensions. And we keep the corpora subddir versioned as well.
122# Anything more generic with extensions that should be ignored will be taken
123# care of by general ignores for those extensions (*.o, *.obj, *.exe, ...)
124/fuzz/*
125!/fuzz/README*
126!/fuzz/corpora
127!/fuzz/*.*
e71972d1
DSH
128
129# Misc auto generated files
871493a2 130/doc/man7/openssl_user_macros.pod
a5b2791c 131/tools/c_rehash
ab68742a 132/tools/c_rehash.pl
6462876f 133/util/shlib_wrap.sh
15500c9d 134/util/wrap.pl
37f27b91 135/util/quicserver
f631f2ec
RL
136/tags
137/TAGS
a21f4cec
MC
138*.map
139*.ld
888e2a9b
VP
140/apps/progs.c
141/apps/progs.h
448e6f06 142
ab68742a 143# Windows (legacy)
37d92b1b
RL
144/tmp32
145/tmp32.dbg
448e6f06 146/tmp32dll
41c9cfbc 147/tmp32dll.dbg
37d92b1b
RL
148/out32
149/out32.dbg
448e6f06 150/out32dll
41c9cfbc 151/out32dll.dbg
448e6f06
MC
152/inc32
153/MINFO
f631f2ec
RL
154/ms/bcb.mak
155/ms/libeay32.def
156/ms/nt.mak
157/ms/ntdll.mak
158/ms/ssleay32.def
159/ms/version32.rc
8757bf83
MC
160
161# Files created on other branches that are not held in git, and are not
162# needed on this branch
f631f2ec
RL
163/include/openssl/asn1_mac.h
164/include/openssl/des_old.h
165/include/openssl/fips.h
166/include/openssl/fips_rand.h
167/include/openssl/krb5_asn.h
168/include/openssl/kssl.h
169/include/openssl/pq_compat.h
170/include/openssl/ssl23.h
171/include/openssl/tmdiff.h
172/include/openssl/ui_compat.h
173/test/fips_aesavs.c
174/test/fips_desmovs.c
175/test/fips_dsatest.c
176/test/fips_dssvs.c
177/test/fips_hmactest.c
178/test/fips_randtest.c
179/test/fips_rngvs.c
180/test/fips_rsagtest.c
181/test/fips_rsastest.c
182/test/fips_rsavtest.c
183/test/fips_shatest.c
184/test/fips_test_suite.c
185/test/shatest.c
27f215cf 186
df8f116e
RL
187# Generated docs directories
188/doc/html
189/doc/man
190
27f215cf
RL
191##### Generic patterns
192# Auto generated assembly language source files
193*.s
194!/crypto/*/asm/*.s
195/crypto/arm*.S
196/crypto/*/*.S
197*.asm
198!/crypto/*/asm/*.asm
199
200# Object files
201*.o
202*.obj
203
204# editor artefacts
205*.swp
206.#*
207\#*#
208*~
209
210# Certificate symbolic links
211*.0
212
645c694d
RL
213# All kinds of libraries and executables
214*.a
27f215cf
RL
215*.so
216*.so.*
217*.dylib
218*.dylib.*
219*.dll
220*.dll.*
221*.exe
222*.pyc
223*.exp
224*.lib
225*.pdb
f1ee757d 226*.tds
27f215cf
RL
227*.ilk
228*.def
229*.rc
230*.res
231
232# Misc generated stuff
233Makefile.save
234/crypto/**/lib
235/engines/**/lib
236/ssl/**/lib
237*.bak
238cscope.*
239*.d
859521e5 240!.ctags.d
7b5108df 241*.d.tmp
e7932c1e 242pod2htmd.tmp
f1ee757d 243MAKE0[0-9][0-9][0-9].@@@
e7932c1e
J
244
245# Windows manifest files
246*.manifest
65c1f979 247doc-nits
9e87e4e8
TS
248
249# LSP (Language Server Protocol) support
250.cache/
251compile_commands.json