Remove explicit dependency on configdata.pm when processing .in files
[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
71 # Certain files that get created by tests on the fly
72 /test-runs
73 /test/buildtest_*
74 /test/provider_internal_test.cnf
75 /test/fipsmodule.cnf
76 /providers/fipsmodule.cnf
77
78 # Fuzz stuff.
79 # Anything without an extension is an executable on Unix, so we keep files
80 # with extensions.  And we keep the corpora subddir versioned as well.
81 # Anything more generic with extensions that should be ignored will be taken
82 # care of by general ignores for those extensions (*.o, *.obj, *.exe, ...)
83 /fuzz/*
84 !/fuzz/README*
85 !/fuzz/corpora
86 !/fuzz/*.*
87
88 # Misc auto generated files
89 /doc/man7/openssl_user_macros.pod
90 /tools/c_rehash
91 /tools/c_rehash.pl
92 /util/shlib_wrap.sh
93 /tags
94 /TAGS
95 *.map
96 *.ld
97 /apps/progs.c
98 /apps/progs.h
99
100 # Windows (legacy)
101 /tmp32
102 /tmp32.dbg
103 /tmp32dll
104 /tmp32dll.dbg
105 /out32
106 /out32.dbg
107 /out32dll
108 /out32dll.dbg
109 /inc32
110 /MINFO
111 /ms/bcb.mak
112 /ms/libeay32.def
113 /ms/nt.mak
114 /ms/ntdll.mak
115 /ms/ssleay32.def
116 /ms/version32.rc
117
118 # Files created on other branches that are not held in git, and are not
119 # needed on this branch
120 /include/openssl/asn1_mac.h
121 /include/openssl/des_old.h
122 /include/openssl/fips.h
123 /include/openssl/fips_rand.h
124 /include/openssl/krb5_asn.h
125 /include/openssl/kssl.h
126 /include/openssl/pq_compat.h
127 /include/openssl/ssl23.h
128 /include/openssl/tmdiff.h
129 /include/openssl/ui_compat.h
130 /test/fips_aesavs.c
131 /test/fips_desmovs.c
132 /test/fips_dsatest.c
133 /test/fips_dssvs.c
134 /test/fips_hmactest.c
135 /test/fips_randtest.c
136 /test/fips_rngvs.c
137 /test/fips_rsagtest.c
138 /test/fips_rsastest.c
139 /test/fips_rsavtest.c
140 /test/fips_shatest.c
141 /test/fips_test_suite.c
142 /test/shatest.c
143
144 # Generated docs directories
145 /doc/html
146 /doc/man
147
148 ##### Generic patterns
149 # Auto generated assembly language source files
150 *.s
151 !/crypto/*/asm/*.s
152 /crypto/arm*.S
153 /crypto/*/*.S
154 *.asm
155 !/crypto/*/asm/*.asm
156
157 # Object files
158 *.o
159 *.obj
160
161 # editor artefacts
162 *.swp
163 .#*
164 \#*#
165 *~
166
167 # Certificate symbolic links
168 *.0
169
170 # All kinds of libraries and executables
171 *.a
172 *.so
173 *.so.*
174 *.dylib
175 *.dylib.*
176 *.dll
177 *.dll.*
178 *.exe
179 *.pyc
180 *.exp
181 *.lib
182 *.pdb
183 *.ilk
184 *.def
185 *.rc
186 *.res
187
188 # Misc generated stuff
189 Makefile.save
190 /crypto/**/lib
191 /engines/**/lib
192 /ssl/**/lib
193 *.bak
194 cscope.*
195 *.d
196 *.d.tmp
197 pod2htmd.tmp
198
199 # Windows manifest files
200 *.manifest
201 doc-nits