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