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