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