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