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