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