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