]> git.ipfire.org Git - thirdparty/openssl.git/blame_incremental - .gitignore
Exclude more in the fuzz introspector report
[thirdparty/openssl.git] / .gitignore
... / ...
CommitLineData
1# Ignore editor artefacts
2/.dir-locals.el
3
4# Top level excludes
5/Makefile.in
6/Makefile
7/MINFO
8/TABLE
9/*.pc
10/rehash.time
11/inc.*
12/makefile.*
13/out.*
14/tmp.*
15/configdata.pm
16
17# Links under apps
18/apps/CA.pl
19/apps/tsget
20/apps/tsget.pl
21/apps/md4.c
22
23# Auto generated headers
24/crypto/buildinf.h
25/include/crypto/*_conf.h
26/include/openssl/asn1.h
27/include/openssl/asn1t.h
28/include/openssl/bio.h
29/include/openssl/cmp.h
30/include/openssl/cms.h
31/include/openssl/conf.h
32/include/openssl/configuration.h
33/include/openssl/crmf.h
34/include/openssl/crypto.h
35/include/openssl/ct.h
36/include/openssl/err.h
37/include/openssl/ess.h
38/include/openssl/fipskey.h
39/include/openssl/lhash.h
40/include/openssl/ocsp.h
41/include/openssl/opensslv.h
42/include/openssl/pkcs12.h
43/include/openssl/pkcs7.h
44/include/openssl/safestack.h
45/include/openssl/srp.h
46/include/openssl/ssl.h
47/include/openssl/ui.h
48/include/openssl/x509.h
49/include/openssl/x509v3.h
50/include/openssl/x509_vfy.h
51/include/openssl/core_names.h
52/include/internal/param_names.h
53
54# Auto generated parameter name files
55/crypto/params_idx.c
56
57# Auto generated doc files
58doc/man1/openssl-*.pod
59
60# Auto generated der files
61providers/common/der/der_digests_gen.c
62providers/common/der/der_dsa_gen.c
63providers/common/der/der_ec_gen.c
64providers/common/der/der_ecx_gen.c
65providers/common/der/der_rsa_gen.c
66providers/common/der/der_wrap_gen.c
67providers/common/der/der_sm2_gen.c
68providers/common/include/prov/der_dsa.h
69providers/common/include/prov/der_ec.h
70providers/common/include/prov/der_ecx.h
71providers/common/include/prov/der_rsa.h
72providers/common/include/prov/der_digests.h
73providers/common/include/prov/der_wrap.h
74providers/common/include/prov/der_sm2.h
75
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
83# Executables
84/apps/openssl
85/test/sha256t
86/test/sha512t
87/test/gost2814789t
88/test/ssltest_old
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
99/test/ssltest_old
100/test/x509aux
101/test/v3ext
102/test/versions
103/test/ossl_shim/ossl_shim
104/test/rsa_complex
105/test/confdump
106/test/bio_prefix_text
107/test/evp_extra_test2
108/test/evp_pkey_ctx_new_from_name
109/test/threadstest_fips
110/test/timing_load_creds
111
112# Certain files that get created by tests on the fly
113/test-runs
114/test/buildtest_*
115/test/provider_internal_test.cnf
116/test/fipsmodule.cnf
117/providers/fipsmodule.cnf
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/*.*
128
129# Misc auto generated files
130/doc/man7/openssl_user_macros.pod
131/tools/c_rehash
132/tools/c_rehash.pl
133/util/shlib_wrap.sh
134/util/wrap.pl
135/util/quicserver
136/tags
137/TAGS
138*.map
139*.ld
140/apps/progs.c
141/apps/progs.h
142
143# Windows (legacy)
144/tmp32
145/tmp32.dbg
146/tmp32dll
147/tmp32dll.dbg
148/out32
149/out32.dbg
150/out32dll
151/out32dll.dbg
152/inc32
153/MINFO
154/ms/bcb.mak
155/ms/libeay32.def
156/ms/nt.mak
157/ms/ntdll.mak
158/ms/ssleay32.def
159/ms/version32.rc
160
161# Files created on other branches that are not held in git, and are not
162# needed on this branch
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
186
187# Generated docs directories
188/doc/html
189/doc/man
190
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
213# All kinds of libraries and executables
214*.a
215*.so
216*.so.*
217*.dylib
218*.dylib.*
219*.dll
220*.dll.*
221*.exe
222*.pyc
223*.exp
224*.lib
225*.pdb
226*.tds
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
240!.ctags.d
241*.d.tmp
242pod2htmd.tmp
243MAKE0[0-9][0-9][0-9].@@@
244
245# Windows manifest files
246*.manifest
247doc-nits
248
249# LSP (Language Server Protocol) support
250.cache/
251compile_commands.json