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