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