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