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