Return error code is any tests fail.
[openssl.git] / .gitignore
1 # Object files
2 *.o
3 *.obj
4
5 # editor artefacts
6 *.swp
7 .#*
8 #*#
9 *~
10
11 # Top level excludes
12 /Makefile.bak
13 /Makefile
14 /MINFO
15 /*.a
16 /include
17 /*.pc
18 /rehash.time
19 /inc.*
20 /makefile.*
21 /out.*
22 /tmp.*
23
24 # Most *.c files under test/ are symlinks
25 /test/*.c
26 # Apart from these
27 !/test/asn1test.c
28 !/test/methtest.c
29 !/test/dummytest.c
30 !/test/igetest.c
31 !/test/r160test.c
32 !/test/fips_algvs.c
33 !/test/testutil.c
34
35 /test/*.ss
36 /test/*.srl
37 /test/.rnd
38 /test/test*.pem
39 /test/newkey.pem
40
41 # Certificate symbolic links
42 *.0
43
44 # Links under apps
45 /apps/CA.pl
46 /apps/md4.c
47
48
49 # Auto generated headers
50 /crypto/buildinf.h
51 /crypto/opensslconf.h
52
53 # Auto generated assembly language source files
54 *.s
55 !/crypto/bn/asm/pa-risc2.s
56 !/crypto/bn/asm/pa-risc2W.s
57 crypto/aes/asm/a_win32.asm
58 crypto/bf/asm/b_win32.asm
59 crypto/bn/asm/bn_win32.asm
60 crypto/bn/asm/co_win32.asm
61 crypto/bn/asm/mt_win32.asm
62 crypto/cast/asm/c_win32.asm
63 crypto/cpu_win32.asm
64 crypto/des/asm/d_win32.asm
65 crypto/des/asm/y_win32.asm
66 crypto/md5/asm/m5_win32.asm
67 crypto/rc4/asm/r4_win32.asm
68 crypto/rc5/asm/r5_win32.asm
69 crypto/ripemd/asm/rm_win32.asm
70 crypto/sha/asm/s1_win32.asm
71 crypto/sha/asm/sha512-sse2.asm
72
73 # Executables
74 /apps/openssl
75 /test/sha256t
76 /test/sha512t
77 /test/gost2814789t
78 /test/*test
79 /test/fips_aesavs
80 /test/fips_desmovs
81 /test/fips_dhvs
82 /test/fips_drbgvs
83 /test/fips_dssvs
84 /test/fips_ecdhvs
85 /test/fips_ecdsavs
86 /test/fips_rngvs
87 /test/fips_test_suite
88 *.so*
89 *.dylib*
90 *.dll*
91 # Exceptions
92 !/test/bctest
93 !/crypto/des/times/486-50.sol
94
95 # Misc auto generated files
96 /tools/c_rehash
97 /test/evptests.txt
98 lib
99 Makefile.save
100 *.bak
101 tags
102 TAGS
103 cscope.out
104 *.d
105
106 # Windows
107 /tmp32dll
108 /tmp32dll.dbg
109 /out32dll
110 /out32dll.dbg
111 /inc32
112 /MINFO
113 ms/bcb.mak
114 ms/libeay32.def
115 ms/nt.mak
116 ms/ntdll.mak
117 ms/ssleay32.def
118 ms/version32.rc