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