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