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