TAP line filter BIO.
[openssl.git] / .gitignore
1 # Ignore editor artefacts
2 /.dir-locals.el
3
4 # Top level excludes
5 /Makefile.orig
6 /MINFO
7 /TABLE
8 /*.pc
9 /rehash.time
10 /inc.*
11 /makefile.*
12 /out.*
13 /tmp.*
14 /configdata.pm
15
16 # *all* Makefiles
17 Makefile
18 # ... except in demos
19 !/demos/*/Makefile
20
21 # Links under apps
22 /apps/CA.pl
23 /apps/tsget
24 /apps/tsget.pl
25 /apps/md4.c
26
27 # Auto generated headers
28 /crypto/buildinf.h
29 /apps/progs.h
30 /crypto/include/internal/*_conf.h
31 /openssl/include/opensslconf.h
32 /util/domd
33
34 # error code files
35 /crypto/err/openssl.txt.old
36 /engines/e_afalg.txt.old
37 /engines/e_capi.txt.old
38 /engines/e_dasync.txt.old
39 /engines/e_ossltest.txt.old
40
41 # Executables
42 /apps/openssl
43 /test/sha256t
44 /test/sha512t
45 /test/gost2814789t
46 /test/ssltest_old
47 /test/*test
48 /test/fips_aesavs
49 /test/fips_desmovs
50 /test/fips_dhvs
51 /test/fips_drbgvs
52 /test/fips_dssvs
53 /test/fips_ecdhvs
54 /test/fips_ecdsavs
55 /test/fips_rngvs
56 /test/fips_test_suite
57 /test/ssltest_old
58 /test/x509aux
59 /test/v3ext
60 /test/ossl_shim/ossl_shim
61
62 # Certain files that get created by tests on the fly
63 /test/*.ss
64 /test/*.srl
65 /test/.rnd
66 /test/test*.pem
67 /test/newkey.pem
68 /test/*.log
69 /test/buildtest_*
70
71 # Fuzz stuff.
72 # Anything without an extension is an executable on Unix, so we keep files
73 # with extensions.  And we keep the corpora subddir versioned as well.
74 # Anything more generic with extensions that should be ignored will be taken
75 # care of by general ignores for those extensions (*.o, *.obj, *.exe, ...)
76 /fuzz/*
77 !/fuzz/README*
78 !/fuzz/corpora
79 !/fuzz/*.*
80
81 # Misc auto generated files
82 /include/openssl/opensslconf.h
83 /tools/c_rehash
84 /tools/c_rehash.pl
85 /util/shlib_wrap.sh
86 /tags
87 /TAGS
88 /crypto.map
89 /ssl.map
90
91 # Windows (legacy)
92 /tmp32
93 /tmp32.dbg
94 /tmp32dll
95 /tmp32dll.dbg
96 /out32
97 /out32.dbg
98 /out32dll
99 /out32dll.dbg
100 /inc32
101 /MINFO
102 /ms/.rnd
103 /ms/bcb.mak
104 /ms/libeay32.def
105 /ms/nt.mak
106 /ms/ntdll.mak
107 /ms/ssleay32.def
108 /ms/version32.rc
109
110 # Files created on other branches that are not held in git, and are not
111 # needed on this branch
112 /include/openssl/asn1_mac.h
113 /include/openssl/des_old.h
114 /include/openssl/fips.h
115 /include/openssl/fips_rand.h
116 /include/openssl/krb5_asn.h
117 /include/openssl/kssl.h
118 /include/openssl/pq_compat.h
119 /include/openssl/ssl23.h
120 /include/openssl/tmdiff.h
121 /include/openssl/ui_compat.h
122 /test/fips_aesavs.c
123 /test/fips_desmovs.c
124 /test/fips_dsatest.c
125 /test/fips_dssvs.c
126 /test/fips_hmactest.c
127 /test/fips_randtest.c
128 /test/fips_rngvs.c
129 /test/fips_rsagtest.c
130 /test/fips_rsastest.c
131 /test/fips_rsavtest.c
132 /test/fips_shatest.c
133 /test/fips_test_suite.c
134 /test/shatest.c
135
136 ##### Generic patterns
137 # Auto generated assembly language source files
138 *.s
139 !/crypto/*/asm/*.s
140 /crypto/arm*.S
141 /crypto/*/*.S
142 *.asm
143 !/crypto/*/asm/*.asm
144
145 # Object files
146 *.o
147 *.obj
148
149 # editor artefacts
150 *.swp
151 .#*
152 \#*#
153 *~
154
155 # Certificate symbolic links
156 *.0
157
158 # All kinds of libraries and executables
159 *.a
160 *.so
161 *.so.*
162 *.dylib
163 *.dylib.*
164 *.dll
165 *.dll.*
166 *.exe
167 *.pyc
168 *.exp
169 *.lib
170 *.pdb
171 *.ilk
172 *.def
173 *.rc
174 *.res
175
176 # Misc generated stuff
177 Makefile.save
178 /crypto/**/lib
179 /engines/**/lib
180 /ssl/**/lib
181 *.bak
182 cscope.*
183 *.d
184 pod2htmd.tmp
185
186 # Windows manifest files
187 *.manifest
188 doc-nits