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