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