Cleanup mttest.c : because we no longer use stdio here, don't include it
[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 /*.a
15 /include
16 /*.pc
17 /rehash.time
18
19 # Most *.c files under test/ are symlinks
20 /test/*.c
21 # Apart from these
22 !/test/asn1test.c
23 !/test/methtest.c
24 !/test/dummytest.c
25 !/test/igetest.c
26 !/test/r160test.c
27 !/test/fips_algvs.c
28
29 /test/*.ss
30 /test/*.srl
31 /test/.rnd
32 /test/test*.pem
33 /test/newkey.pem
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/bn/asm/pa-risc2.s
50 !/crypto/bn/asm/pa-risc2W.s
51 crypto/aes/asm/a_win32.asm
52 crypto/bf/asm/b_win32.asm
53 crypto/bn/asm/bn_win32.asm
54 crypto/bn/asm/co_win32.asm
55 crypto/bn/asm/mt_win32.asm
56 crypto/cast/asm/c_win32.asm
57 crypto/cpu_win32.asm
58 crypto/des/asm/d_win32.asm
59 crypto/des/asm/y_win32.asm
60 crypto/md5/asm/m5_win32.asm
61 crypto/rc4/asm/r4_win32.asm
62 crypto/rc5/asm/r5_win32.asm
63 crypto/ripemd/asm/rm_win32.asm
64 crypto/sha/asm/s1_win32.asm
65 crypto/sha/asm/sha512-sse2.asm
66
67 # Executables
68 /apps/openssl
69 /test/sha256t
70 /test/sha512t
71 /test/*test
72 /test/fips_aesavs
73 /test/fips_desmovs
74 /test/fips_dhvs
75 /test/fips_drbgvs
76 /test/fips_dssvs
77 /test/fips_ecdhvs
78 /test/fips_ecdsavs
79 /test/fips_rngvs
80 /test/fips_test_suite
81 *.so*
82 *.dylib*
83 *.dll*
84 # Exceptions
85 !/test/bctest
86 !/crypto/des/times/486-50.sol
87
88 # Misc auto generated files
89 /tools/c_rehash
90 /test/evptests.txt
91 lib
92 Makefile.save
93 *.bak
94 tags
95 TAGS
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