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