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