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