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