make update
[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.bak
14 /Makefile
15 /MINFO
16 /TABLE
17 /*.a
18 /*.pc
19 /rehash.time
20 /inc.*
21 /makefile.*
22 /out.*
23 /tmp.*
24
25 /test/*.ss
26 /test/*.srl
27 /test/.rnd
28 /test/test*.pem
29 /test/newkey.pem
30
31 # Certificate symbolic links
32 *.0
33
34 # Links under apps
35 /apps/CA.pl
36 /apps/md4.c
37
38
39 # Auto generated headers
40 /crypto/buildinf.h
41 /crypto/opensslconf.h
42
43 # Auto generated assembly language source files
44 *.s
45 *.S
46 !/crypto/bn/asm/pa-risc2.s
47 !/crypto/bn/asm/pa-risc2W.s
48 crypto/aes/asm/a_win32.asm
49 crypto/bf/asm/b_win32.asm
50 crypto/bn/asm/bn_win32.asm
51 crypto/bn/asm/co_win32.asm
52 crypto/bn/asm/mt_win32.asm
53 crypto/cast/asm/c_win32.asm
54 crypto/cpu_win32.asm
55 crypto/des/asm/d_win32.asm
56 crypto/des/asm/y_win32.asm
57 crypto/md5/asm/m5_win32.asm
58 crypto/rc4/asm/r4_win32.asm
59 crypto/rc5/asm/r5_win32.asm
60 crypto/ripemd/asm/rm_win32.asm
61 crypto/sha/asm/s1_win32.asm
62 crypto/sha/asm/sha512-sse2.asm
63
64 # Executables
65 /apps/openssl
66 /test/sha256t
67 /test/sha512t
68 /test/gost2814789t
69 /test/*test
70 /test/fips_aesavs
71 /test/fips_desmovs
72 /test/fips_dhvs
73 /test/fips_drbgvs
74 /test/fips_dssvs
75 /test/fips_ecdhvs
76 /test/fips_ecdsavs
77 /test/fips_rngvs
78 /test/fips_test_suite
79 *.so*
80 *.dylib*
81 *.dll*
82 # Exceptions
83 !/test/bctest
84 !/crypto/des/times/486-50.sol
85
86 # Misc auto generated files
87 include/openssl/opensslconf.h
88 /tools/c_rehash
89 lib
90 Makefile.save
91 *.bak
92 tags
93 TAGS
94 cscope.out
95 *.d
96
97 # Windows
98 /tmp32
99 /tmp32.dbg
100 /tmp32dll
101 /tmp32dll.dbg
102 /out32
103 /out32.dbg
104 /out32dll
105 /out32dll.dbg
106 /inc32
107 /MINFO
108 ms/bcb.mak
109 ms/libeay32.def
110 ms/nt.mak
111 ms/ntdll.mak
112 ms/ssleay32.def
113 ms/version32.rc
114
115 # Files created on other branches that are not held in git, and are not
116 # needed on this branch
117 include/openssl/asn1_mac.h
118 include/openssl/des_old.h
119 include/openssl/fips.h
120 include/openssl/fips_rand.h
121 include/openssl/krb5_asn.h
122 include/openssl/kssl.h
123 include/openssl/pq_compat.h
124 include/openssl/ssl23.h
125 include/openssl/tmdiff.h
126 include/openssl/ui_compat.h
127 test/fips_aesavs.c
128 test/fips_desmovs.c
129 test/fips_dsatest.c
130 test/fips_dssvs.c
131 test/fips_hmactest.c
132 test/fips_randtest.c
133 test/fips_rngvs.c
134 test/fips_rsagtest.c
135 test/fips_rsastest.c
136 test/fips_rsavtest.c
137 test/fips_shatest.c
138 test/fips_test_suite.c
139 test/shatest.c