Raise an Err when CRYPTO_THREAD_lock_new fails
[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
35 # Certificate symbolic links
36 *.0
37
38 # Links under apps
39 /apps/CA.pl
40 /apps/tsget
41 /apps/md4.c
42
43
44 # Auto generated headers
45 /crypto/buildinf.h
46 /crypto/include/internal/*_conf.h
47 /openssl/include/opensslconf.h
48 /util/domd
49
50 # Auto generated assembly language source files
51 *.s
52 !/crypto/*/asm/*.s
53 /crypto/arm*.S
54 /crypto/*/*.S
55 *.asm
56 !/crypto/*/asm/*.asm
57
58 # Executables
59 /apps/openssl
60 /fuzz/asn1
61 /fuzz/asn1parse
62 /fuzz/bignum
63 /fuzz/bndiv
64 /fuzz/conf
65 /fuzz/cms
66 /fuzz/server
67 /fuzz/x509
68 /test/sha256t
69 /test/sha512t
70 /test/gost2814789t
71 /test/ssltest_old
72 /test/*test
73 /test/fips_aesavs
74 /test/fips_desmovs
75 /test/fips_dhvs
76 /test/fips_drbgvs
77 /test/fips_dssvs
78 /test/fips_ecdhvs
79 /test/fips_ecdsavs
80 /test/fips_rngvs
81 /test/fips_test_suite
82 /test/ssltest_old
83 /test/x509aux
84 *.so*
85 *.dylib*
86 *.dll*
87 *.exe
88 # Exceptions
89 !/test/bctest
90 !/crypto/des/times/486-50.sol
91
92 # Misc auto generated files
93 /include/openssl/opensslconf.h
94 /tools/c_rehash
95 /crypto/**/lib
96 /engines/**/lib
97 /ssl/**/lib
98 Makefile.save
99 *.bak
100 /tags
101 /TAGS
102 cscope.*
103 *.d
104 /crypto.map
105 /ssl.map
106
107 # Windows
108 /tmp32
109 /tmp32.dbg
110 /tmp32dll
111 /tmp32dll.dbg
112 /out32
113 /out32.dbg
114 /out32dll
115 /out32dll.dbg
116 /inc32
117 /MINFO
118 /ms/.rnd
119 /ms/bcb.mak
120 /ms/libeay32.def
121 /ms/nt.mak
122 /ms/ntdll.mak
123 /ms/ssleay32.def
124 /ms/version32.rc
125
126 # Files created on other branches that are not held in git, and are not
127 # needed on this branch
128 /include/openssl/asn1_mac.h
129 /include/openssl/des_old.h
130 /include/openssl/fips.h
131 /include/openssl/fips_rand.h
132 /include/openssl/krb5_asn.h
133 /include/openssl/kssl.h
134 /include/openssl/pq_compat.h
135 /include/openssl/ssl23.h
136 /include/openssl/tmdiff.h
137 /include/openssl/ui_compat.h
138 /test/fips_aesavs.c
139 /test/fips_desmovs.c
140 /test/fips_dsatest.c
141 /test/fips_dssvs.c
142 /test/fips_hmactest.c
143 /test/fips_randtest.c
144 /test/fips_rngvs.c
145 /test/fips_rsagtest.c
146 /test/fips_rsastest.c
147 /test/fips_rsavtest.c
148 /test/fips_shatest.c
149 /test/fips_test_suite.c
150 /test/shatest.c