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