Change the return type of EVP_EncodeUpdate
[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/asn1parse
64 /fuzz/bignum
65 /fuzz/bndiv
66 /fuzz/conf
67 /fuzz/cms
68 /fuzz/ct
69 /fuzz/server
70 /fuzz/x509
71 /test/sha256t
72 /test/sha512t
73 /test/gost2814789t
74 /test/ssltest_old
75 /test/*test
76 /test/fips_aesavs
77 /test/fips_desmovs
78 /test/fips_dhvs
79 /test/fips_drbgvs
80 /test/fips_dssvs
81 /test/fips_ecdhvs
82 /test/fips_ecdsavs
83 /test/fips_rngvs
84 /test/fips_test_suite
85 /test/ssltest_old
86 /test/x509aux
87 /test/v3ext
88 *.so*
89 *.dylib*
90 *.dll*
91 *.exe
92 *.pyc
93 *.exp
94 *.lib
95 *.pdb
96 *.ilk
97 *.def
98 *.rc
99 *.res
100 # Exceptions
101 !/test/bctest
102 !/crypto/des/times/486-50.sol
103
104 # Misc auto generated files
105 /include/openssl/opensslconf.h
106 /tools/c_rehash
107 /tools/c_rehash.pl
108 /crypto/**/lib
109 /engines/**/lib
110 /ssl/**/lib
111 Makefile.save
112 *.bak
113 /tags
114 /TAGS
115 cscope.*
116 *.d
117 /crypto.map
118 /ssl.map
119
120 # Windows (legacy)
121 /tmp32
122 /tmp32.dbg
123 /tmp32dll
124 /tmp32dll.dbg
125 /out32
126 /out32.dbg
127 /out32dll
128 /out32dll.dbg
129 /inc32
130 /MINFO
131 /ms/.rnd
132 /ms/bcb.mak
133 /ms/libeay32.def
134 /ms/nt.mak
135 /ms/ntdll.mak
136 /ms/ssleay32.def
137 /ms/version32.rc
138
139 # Files created on other branches that are not held in git, and are not
140 # needed on this branch
141 /include/openssl/asn1_mac.h
142 /include/openssl/des_old.h
143 /include/openssl/fips.h
144 /include/openssl/fips_rand.h
145 /include/openssl/krb5_asn.h
146 /include/openssl/kssl.h
147 /include/openssl/pq_compat.h
148 /include/openssl/ssl23.h
149 /include/openssl/tmdiff.h
150 /include/openssl/ui_compat.h
151 /test/fips_aesavs.c
152 /test/fips_desmovs.c
153 /test/fips_dsatest.c
154 /test/fips_dssvs.c
155 /test/fips_hmactest.c
156 /test/fips_randtest.c
157 /test/fips_rngvs.c
158 /test/fips_rsagtest.c
159 /test/fips_rsastest.c
160 /test/fips_rsavtest.c
161 /test/fips_shatest.c
162 /test/fips_test_suite.c
163 /test/shatest.c