]> git.ipfire.org Git - thirdparty/openssl.git/blame_incremental - .gitignore
Fix safestack issues in ocsp.h
[thirdparty/openssl.git] / .gitignore
... / ...
CommitLineData
1# Ignore editor artefacts
2/.dir-locals.el
3
4# Top level excludes
5/Makefile
6/MINFO
7/TABLE
8/*.pc
9/rehash.time
10/inc.*
11/makefile.*
12/out.*
13/tmp.*
14/configdata.pm
15
16# Links under apps
17/apps/CA.pl
18/apps/tsget
19/apps/tsget.pl
20/apps/md4.c
21
22# Auto generated headers
23/crypto/buildinf.h
24/include/crypto/*_conf.h
25/include/openssl/asn1.h
26/include/openssl/cmp.h
27/include/openssl/cms.h
28/include/openssl/configuration.h
29/include/openssl/fipskey.h
30/include/openssl/ocsp.h
31/include/openssl/opensslv.h
32/include/openssl/safestack.h
33/include/openssl/ssl.h
34/include/openssl/x509.h
35/include/openssl/x509v3.h
36
37# Auto generated doc files
38doc/man1/openssl-*.pod
39
40# Auto generated der files
41providers/common/der/der_digests_gen.c
42providers/common/der/der_dsa_gen.c
43providers/common/der/der_ec_gen.c
44providers/common/der/der_rsa_gen.c
45providers/common/der/der_wrap_gen.c
46providers/common/include/prov/der_dsa.h
47providers/common/include/prov/der_ec.h
48providers/common/include/prov/der_rsa.h
49providers/common/include/prov/der_digests.h
50providers/common/include/prov/der_wrap.h
51
52# error code files
53/crypto/err/openssl.txt.old
54/engines/e_afalg.txt.old
55/engines/e_capi.txt.old
56/engines/e_dasync.txt.old
57/engines/e_ossltest.txt.old
58
59# Executables
60/apps/openssl
61/test/sha256t
62/test/sha512t
63/test/gost2814789t
64/test/ssltest_old
65/test/*test
66/test/fips_aesavs
67/test/fips_desmovs
68/test/fips_dhvs
69/test/fips_drbgvs
70/test/fips_dssvs
71/test/fips_ecdhvs
72/test/fips_ecdsavs
73/test/fips_rngvs
74/test/fips_test_suite
75/test/ssltest_old
76/test/x509aux
77/test/v3ext
78/test/versions
79/test/ossl_shim/ossl_shim
80/test/rsa_complex
81/test/confdump
82/test/bio_prefix_text
83/test/evp_extra_test2
84
85# Certain files that get created by tests on the fly
86/test-runs
87/test/buildtest_*
88/test/provider_internal_test.cnf
89/test/fipsmodule.cnf
90/providers/fipsmodule.cnf
91
92# Fuzz stuff.
93# Anything without an extension is an executable on Unix, so we keep files
94# with extensions. And we keep the corpora subddir versioned as well.
95# Anything more generic with extensions that should be ignored will be taken
96# care of by general ignores for those extensions (*.o, *.obj, *.exe, ...)
97/fuzz/*
98!/fuzz/README*
99!/fuzz/corpora
100!/fuzz/*.*
101
102# Misc auto generated files
103/doc/man7/openssl_user_macros.pod
104/tools/c_rehash
105/tools/c_rehash.pl
106/util/shlib_wrap.sh
107/tags
108/TAGS
109*.map
110*.ld
111/apps/progs.c
112/apps/progs.h
113
114# Windows (legacy)
115/tmp32
116/tmp32.dbg
117/tmp32dll
118/tmp32dll.dbg
119/out32
120/out32.dbg
121/out32dll
122/out32dll.dbg
123/inc32
124/MINFO
125/ms/bcb.mak
126/ms/libeay32.def
127/ms/nt.mak
128/ms/ntdll.mak
129/ms/ssleay32.def
130/ms/version32.rc
131
132# Files created on other branches that are not held in git, and are not
133# needed on this branch
134/include/openssl/asn1_mac.h
135/include/openssl/des_old.h
136/include/openssl/fips.h
137/include/openssl/fips_rand.h
138/include/openssl/krb5_asn.h
139/include/openssl/kssl.h
140/include/openssl/pq_compat.h
141/include/openssl/ssl23.h
142/include/openssl/tmdiff.h
143/include/openssl/ui_compat.h
144/test/fips_aesavs.c
145/test/fips_desmovs.c
146/test/fips_dsatest.c
147/test/fips_dssvs.c
148/test/fips_hmactest.c
149/test/fips_randtest.c
150/test/fips_rngvs.c
151/test/fips_rsagtest.c
152/test/fips_rsastest.c
153/test/fips_rsavtest.c
154/test/fips_shatest.c
155/test/fips_test_suite.c
156/test/shatest.c
157
158# Generated docs directories
159/doc/html
160/doc/man
161
162##### Generic patterns
163# Auto generated assembly language source files
164*.s
165!/crypto/*/asm/*.s
166/crypto/arm*.S
167/crypto/*/*.S
168*.asm
169!/crypto/*/asm/*.asm
170
171# Object files
172*.o
173*.obj
174
175# editor artefacts
176*.swp
177.#*
178\#*#
179*~
180
181# Certificate symbolic links
182*.0
183
184# All kinds of libraries and executables
185*.a
186*.so
187*.so.*
188*.dylib
189*.dylib.*
190*.dll
191*.dll.*
192*.exe
193*.pyc
194*.exp
195*.lib
196*.pdb
197*.ilk
198*.def
199*.rc
200*.res
201
202# Misc generated stuff
203Makefile.save
204/crypto/**/lib
205/engines/**/lib
206/ssl/**/lib
207*.bak
208cscope.*
209*.d
210*.d.tmp
211pod2htmd.tmp
212
213# Windows manifest files
214*.manifest
215doc-nits