Make asn1_ex_i2c, asn1_ex_c2i static.
[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 /TABLE
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/testutil.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/gost2814789t
79 /test/*test
80 /test/fips_aesavs
81 /test/fips_desmovs
82 /test/fips_dhvs
83 /test/fips_drbgvs
84 /test/fips_dssvs
85 /test/fips_ecdhvs
86 /test/fips_ecdsavs
87 /test/fips_rngvs
88 /test/fips_test_suite
89 *.so*
90 *.dylib*
91 *.dll*
92 # Exceptions
93 !/test/bctest
94 !/crypto/des/times/486-50.sol
95
96 # Misc auto generated files
97 /tools/c_rehash
98 /test/evptests.txt
99 lib
100 Makefile.save
101 *.bak
102 tags
103 TAGS
104 cscope.out
105 *.d
106
107 # Windows
108 /tmp32dll
109 /tmp32dll.dbg
110 /out32dll
111 /out32dll.dbg
112 /inc32
113 /MINFO
114 ms/bcb.mak
115 ms/libeay32.def
116 ms/nt.mak
117 ms/ntdll.mak
118 ms/ssleay32.def
119 ms/version32.rc