Don't allocate r/s in DSA_SIG and ECDSA_SIG
[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 /tags
76 /TAGS
77 /crypto.map
78 /ssl.map
79
80 # Windows (legacy)
81 /tmp32
82 /tmp32.dbg
83 /tmp32dll
84 /tmp32dll.dbg
85 /out32
86 /out32.dbg
87 /out32dll
88 /out32dll.dbg
89 /inc32
90 /MINFO
91 /ms/.rnd
92 /ms/bcb.mak
93 /ms/libeay32.def
94 /ms/nt.mak
95 /ms/ntdll.mak
96 /ms/ssleay32.def
97 /ms/version32.rc
98
99 # Files created on other branches that are not held in git, and are not
100 # needed on this branch
101 /include/openssl/asn1_mac.h
102 /include/openssl/des_old.h
103 /include/openssl/fips.h
104 /include/openssl/fips_rand.h
105 /include/openssl/krb5_asn.h
106 /include/openssl/kssl.h
107 /include/openssl/pq_compat.h
108 /include/openssl/ssl23.h
109 /include/openssl/tmdiff.h
110 /include/openssl/ui_compat.h
111 /test/fips_aesavs.c
112 /test/fips_desmovs.c
113 /test/fips_dsatest.c
114 /test/fips_dssvs.c
115 /test/fips_hmactest.c
116 /test/fips_randtest.c
117 /test/fips_rngvs.c
118 /test/fips_rsagtest.c
119 /test/fips_rsastest.c
120 /test/fips_rsavtest.c
121 /test/fips_shatest.c
122 /test/fips_test_suite.c
123 /test/shatest.c
124
125 ##### Generic patterns
126 # Auto generated assembly language source files
127 *.s
128 !/crypto/*/asm/*.s
129 /crypto/arm*.S
130 /crypto/*/*.S
131 *.asm
132 !/crypto/*/asm/*.asm
133
134 # Object files
135 *.o
136 *.obj
137
138 # editor artefacts
139 *.swp
140 .#*
141 \#*#
142 *~
143
144 # Certificate symbolic links
145 *.0
146
147 # All kinds of executables
148 *.so
149 *.so.*
150 *.dylib
151 *.dylib.*
152 *.dll
153 *.dll.*
154 *.exe
155 *.pyc
156 *.exp
157 *.lib
158 *.pdb
159 *.ilk
160 *.def
161 *.rc
162 *.res
163
164 # Misc generated stuff
165 Makefile.save
166 /crypto/**/lib
167 /engines/**/lib
168 /ssl/**/lib
169 *.bak
170 cscope.*
171 *.d