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