Configurations/descrip.mms.tmpl: Add another inclusion hack
[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
104 # Certain files that get created by tests on the fly
105 /test-runs
106 /test/buildtest_*
107 /test/provider_internal_test.cnf
108 /test/fipsmodule.cnf
109 /providers/fipsmodule.cnf
110
111 # Fuzz stuff.
112 # Anything without an extension is an executable on Unix, so we keep files
113 # with extensions.  And we keep the corpora subddir versioned as well.
114 # Anything more generic with extensions that should be ignored will be taken
115 # care of by general ignores for those extensions (*.o, *.obj, *.exe, ...)
116 /fuzz/*
117 !/fuzz/README*
118 !/fuzz/corpora
119 !/fuzz/*.*
120
121 # Misc auto generated files
122 /doc/man7/openssl_user_macros.pod
123 /tools/c_rehash
124 /tools/c_rehash.pl
125 /util/shlib_wrap.sh
126 /tags
127 /TAGS
128 *.map
129 *.ld
130 /apps/progs.c
131 /apps/progs.h
132
133 # Windows (legacy)
134 /tmp32
135 /tmp32.dbg
136 /tmp32dll
137 /tmp32dll.dbg
138 /out32
139 /out32.dbg
140 /out32dll
141 /out32dll.dbg
142 /inc32
143 /MINFO
144 /ms/bcb.mak
145 /ms/libeay32.def
146 /ms/nt.mak
147 /ms/ntdll.mak
148 /ms/ssleay32.def
149 /ms/version32.rc
150
151 # Files created on other branches that are not held in git, and are not
152 # needed on this branch
153 /include/openssl/asn1_mac.h
154 /include/openssl/des_old.h
155 /include/openssl/fips.h
156 /include/openssl/fips_rand.h
157 /include/openssl/krb5_asn.h
158 /include/openssl/kssl.h
159 /include/openssl/pq_compat.h
160 /include/openssl/ssl23.h
161 /include/openssl/tmdiff.h
162 /include/openssl/ui_compat.h
163 /test/fips_aesavs.c
164 /test/fips_desmovs.c
165 /test/fips_dsatest.c
166 /test/fips_dssvs.c
167 /test/fips_hmactest.c
168 /test/fips_randtest.c
169 /test/fips_rngvs.c
170 /test/fips_rsagtest.c
171 /test/fips_rsastest.c
172 /test/fips_rsavtest.c
173 /test/fips_shatest.c
174 /test/fips_test_suite.c
175 /test/shatest.c
176
177 # Generated docs directories
178 /doc/html
179 /doc/man
180
181 ##### Generic patterns
182 # Auto generated assembly language source files
183 *.s
184 !/crypto/*/asm/*.s
185 /crypto/arm*.S
186 /crypto/*/*.S
187 *.asm
188 !/crypto/*/asm/*.asm
189
190 # Object files
191 *.o
192 *.obj
193
194 # editor artefacts
195 *.swp
196 .#*
197 \#*#
198 *~
199
200 # Certificate symbolic links
201 *.0
202
203 # All kinds of libraries and executables
204 *.a
205 *.so
206 *.so.*
207 *.dylib
208 *.dylib.*
209 *.dll
210 *.dll.*
211 *.exe
212 *.pyc
213 *.exp
214 *.lib
215 *.pdb
216 *.tds
217 *.ilk
218 *.def
219 *.rc
220 *.res
221
222 # Misc generated stuff
223 Makefile.save
224 /crypto/**/lib
225 /engines/**/lib
226 /ssl/**/lib
227 *.bak
228 cscope.*
229 *.d
230 *.d.tmp
231 pod2htmd.tmp
232 MAKE0[0-9][0-9][0-9].@@@
233
234 # Windows manifest files
235 *.manifest
236 doc-nits