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