Prepare for 1.0.2q-dev
[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 /*.a
17 /include
18 /*.pc
19 /rehash.time
20 /inc.*
21 /makefile.*
22 /out.*
23 /tmp.*
24
25 # Most *.c files under test/ are symlinks
26 /test/*.c
27 # Apart from these
28 !/test/asn1test.c
29 !/test/methtest.c
30 !/test/dummytest.c
31 !/test/igetest.c
32 !/test/r160test.c
33 !/test/fips_algvs.c
34 !/test/ssltestlib.c
35
36 /test/*.ss
37 /test/*.srl
38 /test/.rnd
39 /test/test*.pem
40 /test/newkey.pem
41
42 # Certificate symbolic links
43 *.0
44
45 # Links under apps
46 /apps/CA.pl
47 /apps/md4.c
48
49
50 # Auto generated headers
51 /crypto/buildinf.h
52 /crypto/opensslconf.h
53
54 # Auto generated assembly language source files
55 *.s
56 !/crypto/bn/asm/pa-risc2.s
57 !/crypto/bn/asm/pa-risc2W.s
58 crypto/aes/asm/a_win32.asm
59 crypto/bf/asm/b_win32.asm
60 crypto/bn/asm/bn_win32.asm
61 crypto/bn/asm/co_win32.asm
62 crypto/bn/asm/mt_win32.asm
63 crypto/cast/asm/c_win32.asm
64 crypto/cpu_win32.asm
65 crypto/des/asm/d_win32.asm
66 crypto/des/asm/y_win32.asm
67 crypto/md5/asm/m5_win32.asm
68 crypto/rc4/asm/r4_win32.asm
69 crypto/rc5/asm/r5_win32.asm
70 crypto/ripemd/asm/rm_win32.asm
71 crypto/sha/asm/s1_win32.asm
72 crypto/sha/asm/sha512-sse2.asm
73
74 # Executables
75 /apps/openssl
76 /test/sha256t
77 /test/sha512t
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
104 # Windows
105 /tmp32
106 /tmp32.dbg
107 /tmp32dll
108 /tmp32dll.dbg
109 /out32
110 /out32.dbg
111 /out32dll
112 /out32dll.dbg
113 /inc32
114 /MINFO
115 ms/bcb.mak
116 ms/libeay32.def
117 ms/nt.mak
118 ms/ntdll.mak
119 ms/ssleay32.def
120 ms/version32.rc