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