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