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