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