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