Ignore the non-dll windows specific build directories
[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
34 /test/*.ss
35 /test/*.srl
36 /test/.rnd
37 /test/test*.pem
38 /test/newkey.pem
39
40 # Certificate symbolic links
41 *.0
42
43 # Links under apps
44 /apps/CA.pl
45 /apps/md4.c
46
47
48 # Auto generated headers
49 /crypto/buildinf.h
50 /crypto/opensslconf.h
51
52 # Auto generated assembly language source files
53 *.s
54 !/crypto/bn/asm/pa-risc2.s
55 !/crypto/bn/asm/pa-risc2W.s
56 crypto/aes/asm/a_win32.asm
57 crypto/bf/asm/b_win32.asm
58 crypto/bn/asm/bn_win32.asm
59 crypto/bn/asm/co_win32.asm
60 crypto/bn/asm/mt_win32.asm
61 crypto/cast/asm/c_win32.asm
62 crypto/cpu_win32.asm
63 crypto/des/asm/d_win32.asm
64 crypto/des/asm/y_win32.asm
65 crypto/md5/asm/m5_win32.asm
66 crypto/rc4/asm/r4_win32.asm
67 crypto/rc5/asm/r5_win32.asm
68 crypto/ripemd/asm/rm_win32.asm
69 crypto/sha/asm/s1_win32.asm
70 crypto/sha/asm/sha512-sse2.asm
71
72 # Executables
73 /apps/openssl
74 /test/sha256t
75 /test/sha512t
76 /test/*test
77 /test/fips_aesavs
78 /test/fips_desmovs
79 /test/fips_dhvs
80 /test/fips_drbgvs
81 /test/fips_dssvs
82 /test/fips_ecdhvs
83 /test/fips_ecdsavs
84 /test/fips_rngvs
85 /test/fips_test_suite
86 *.so*
87 *.dylib*
88 *.dll*
89 # Exceptions
90 !/test/bctest
91 !/crypto/des/times/486-50.sol
92
93 # Misc auto generated files
94 /tools/c_rehash
95 /test/evptests.txt
96 lib
97 Makefile.save
98 *.bak
99 tags
100 TAGS
101
102 # Windows
103 /tmp32
104 /tmp32.dbg
105 /tmp32dll
106 /tmp32dll.dbg
107 /out32
108 /out32.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