Re-add x509 and crl fuzzer
[openssl.git] / .gitignore
1 # Object files
2 *.o
3 *.obj
4
5 # editor artefacts
6 *.swp
7 .#*
8 \#*#
9 *~
10 /.dir-locals.el
11
12 # Top level excludes
13 /Makefile.orig
14 /MINFO
15 /TABLE
16 /*.a
17 /*.pc
18 /rehash.time
19 /inc.*
20 /makefile.*
21 /out.*
22 /tmp.*
23 /configdata.pm
24
25 # *all* Makefiles
26 Makefile
27
28 /test/*.ss
29 /test/*.srl
30 /test/.rnd
31 /test/test*.pem
32 /test/newkey.pem
33 /test/*.log
34 /test/buildtest_*
35
36 # Certificate symbolic links
37 *.0
38
39 # Links under apps
40 /apps/CA.pl
41 /apps/tsget
42 /apps/tsget.pl
43 /apps/md4.c
44
45
46 # Auto generated headers
47 /crypto/buildinf.h
48 /crypto/include/internal/*_conf.h
49 /openssl/include/opensslconf.h
50 /util/domd
51
52 # Auto generated assembly language source files
53 *.s
54 !/crypto/*/asm/*.s
55 /crypto/arm*.S
56 /crypto/*/*.S
57 *.asm
58 !/crypto/*/asm/*.asm
59
60 # Executables
61 /apps/openssl
62 /fuzz/asn1
63 /fuzz/asn1-test
64 /fuzz/asn1parse
65 /fuzz/asn1parse-test
66 /fuzz/bignum
67 /fuzz/bignum-test
68 /fuzz/bndiv
69 /fuzz/bndiv-test
70 /fuzz/conf
71 /fuzz/conf-test
72 /fuzz/cms
73 /fuzz/cms-test
74 /fuzz/ct
75 /fuzz/ct-test
76 /fuzz/server
77 /fuzz/server-test
78 /test/sha256t
79 /test/sha512t
80 /test/gost2814789t
81 /test/ssltest_old
82 /test/*test
83 /test/fips_aesavs
84 /test/fips_desmovs
85 /test/fips_dhvs
86 /test/fips_drbgvs
87 /test/fips_dssvs
88 /test/fips_ecdhvs
89 /test/fips_ecdsavs
90 /test/fips_rngvs
91 /test/fips_test_suite
92 /test/ssltest_old
93 /test/x509aux
94 /test/v3ext
95 *.so*
96 *.dylib*
97 *.dll*
98 *.exe
99 *.pyc
100 *.exp
101 *.lib
102 *.pdb
103 *.ilk
104 *.def
105 *.rc
106 *.res
107 # Exceptions
108 !/test/bctest
109 !/crypto/des/times/486-50.sol
110
111 # Misc auto generated files
112 /include/openssl/opensslconf.h
113 /tools/c_rehash
114 /tools/c_rehash.pl
115 /crypto/**/lib
116 /engines/**/lib
117 /ssl/**/lib
118 Makefile.save
119 *.bak
120 /tags
121 /TAGS
122 cscope.*
123 *.d
124 /crypto.map
125 /ssl.map
126
127 # Windows (legacy)
128 /tmp32
129 /tmp32.dbg
130 /tmp32dll
131 /tmp32dll.dbg
132 /out32
133 /out32.dbg
134 /out32dll
135 /out32dll.dbg
136 /inc32
137 /MINFO
138 /ms/.rnd
139 /ms/bcb.mak
140 /ms/libeay32.def
141 /ms/nt.mak
142 /ms/ntdll.mak
143 /ms/ssleay32.def
144 /ms/version32.rc
145
146 # Files created on other branches that are not held in git, and are not
147 # needed on this branch
148 /include/openssl/asn1_mac.h
149 /include/openssl/des_old.h
150 /include/openssl/fips.h
151 /include/openssl/fips_rand.h
152 /include/openssl/krb5_asn.h
153 /include/openssl/kssl.h
154 /include/openssl/pq_compat.h
155 /include/openssl/ssl23.h
156 /include/openssl/tmdiff.h
157 /include/openssl/ui_compat.h
158 /test/fips_aesavs.c
159 /test/fips_desmovs.c
160 /test/fips_dsatest.c
161 /test/fips_dssvs.c
162 /test/fips_hmactest.c
163 /test/fips_randtest.c
164 /test/fips_rngvs.c
165 /test/fips_rsagtest.c
166 /test/fips_rsastest.c
167 /test/fips_rsavtest.c
168 /test/fips_shatest.c
169 /test/fips_test_suite.c
170 /test/shatest.c