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