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