]> git.ipfire.org Git - thirdparty/openssl.git/blob - .gitignore
Fix safestack issues in ui.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/pkcs12.h
40 /include/openssl/pkcs7.h
41 /include/openssl/safestack.h
42 /include/openssl/srp.h
43 /include/openssl/ssl.h
44 /include/openssl/ui.h
45 /include/openssl/x509.h
46 /include/openssl/x509v3.h
47 /include/openssl/x509_vfy.h
48
49 # Auto generated doc files
50 doc/man1/openssl-*.pod
51
52 # Auto generated der files
53 providers/common/der/der_digests_gen.c
54 providers/common/der/der_dsa_gen.c
55 providers/common/der/der_ec_gen.c
56 providers/common/der/der_rsa_gen.c
57 providers/common/der/der_wrap_gen.c
58 providers/common/include/prov/der_dsa.h
59 providers/common/include/prov/der_ec.h
60 providers/common/include/prov/der_rsa.h
61 providers/common/include/prov/der_digests.h
62 providers/common/include/prov/der_wrap.h
63
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
71 # Executables
72 /apps/openssl
73 /test/sha256t
74 /test/sha512t
75 /test/gost2814789t
76 /test/ssltest_old
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
87 /test/ssltest_old
88 /test/x509aux
89 /test/v3ext
90 /test/versions
91 /test/ossl_shim/ossl_shim
92 /test/rsa_complex
93 /test/confdump
94 /test/bio_prefix_text
95 /test/evp_extra_test2
96
97 # Certain files that get created by tests on the fly
98 /test-runs
99 /test/buildtest_*
100 /test/provider_internal_test.cnf
101 /test/fipsmodule.cnf
102 /providers/fipsmodule.cnf
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/*.*
113
114 # Misc auto generated files
115 /doc/man7/openssl_user_macros.pod
116 /tools/c_rehash
117 /tools/c_rehash.pl
118 /util/shlib_wrap.sh
119 /tags
120 /TAGS
121 *.map
122 *.ld
123 /apps/progs.c
124 /apps/progs.h
125
126 # Windows (legacy)
127 /tmp32
128 /tmp32.dbg
129 /tmp32dll
130 /tmp32dll.dbg
131 /out32
132 /out32.dbg
133 /out32dll
134 /out32dll.dbg
135 /inc32
136 /MINFO
137 /ms/bcb.mak
138 /ms/libeay32.def
139 /ms/nt.mak
140 /ms/ntdll.mak
141 /ms/ssleay32.def
142 /ms/version32.rc
143
144 # Files created on other branches that are not held in git, and are not
145 # needed on this branch
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
169
170 # Generated docs directories
171 /doc/html
172 /doc/man
173
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
196 # All kinds of libraries and executables
197 *.a
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
215 Makefile.save
216 /crypto/**/lib
217 /engines/**/lib
218 /ssl/**/lib
219 *.bak
220 cscope.*
221 *.d
222 *.d.tmp
223 pod2htmd.tmp
224
225 # Windows manifest files
226 *.manifest
227 doc-nits