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