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