Harden ASN.1 BIO handling of large amounts of data.
[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 /*.a
16 /include
17 /*.pc
18 /rehash.time
19
20 # Most *.c files under test/ are symlinks
21 /test/*.c
22 # Apart from these
23 !/test/asn1test.c
24 !/test/methtest.c
25 !/test/dummytest.c
26 !/test/igetest.c
27 !/test/r160test.c
28 !/test/fips_algvs.c
29
30 /test/*.ss
31 /test/*.srl
32 /test/.rnd
33 /test/test*.pem
34 /test/newkey.pem
35
36 # Certificate symbolic links
37 *.0
38
39 # Links under apps
40 /apps/CA.pl
41 /apps/md4.c
42
43
44 # Auto generated headers
45 /crypto/buildinf.h
46 /crypto/opensslconf.h
47
48 # Auto generated assembly language source files
49 *.s
50 !/crypto/bn/asm/pa-risc2.s
51 !/crypto/bn/asm/pa-risc2W.s
52 crypto/aes/asm/a_win32.asm
53 crypto/bf/asm/b_win32.asm
54 crypto/bn/asm/bn_win32.asm
55 crypto/bn/asm/co_win32.asm
56 crypto/bn/asm/mt_win32.asm
57 crypto/cast/asm/c_win32.asm
58 crypto/cpu_win32.asm
59 crypto/des/asm/d_win32.asm
60 crypto/des/asm/y_win32.asm
61 crypto/md5/asm/m5_win32.asm
62 crypto/rc4/asm/r4_win32.asm
63 crypto/rc5/asm/r5_win32.asm
64 crypto/ripemd/asm/rm_win32.asm
65 crypto/sha/asm/s1_win32.asm
66 crypto/sha/asm/sha512-sse2.asm
67
68 # Executables
69 /apps/openssl
70 /test/sha256t
71 /test/sha512t
72 /test/*test
73 /test/fips_aesavs
74 /test/fips_desmovs
75 /test/fips_dhvs
76 /test/fips_drbgvs
77 /test/fips_dssvs
78 /test/fips_ecdhvs
79 /test/fips_ecdsavs
80 /test/fips_rngvs
81 /test/fips_test_suite
82 *.so*
83 *.dylib*
84 *.dll*
85 # Exceptions
86 !/test/bctest
87 !/crypto/des/times/486-50.sol
88
89 # Misc auto generated files
90 /tools/c_rehash
91 /test/evptests.txt
92 lib
93 Makefile.save
94 *.bak
95 tags
96 TAGS
97
98 # Windows
99 /tmp32
100 /tmp32.dbg
101 /tmp32dll
102 /tmp32dll.dbg
103 /out32
104 /out32.dbg
105 /out32dll
106 /out32dll.dbg
107 /inc32
108 /MINFO
109 ms/bcb.mak
110 ms/libeay32.def
111 ms/nt.mak
112 ms/ntdll.mak
113 ms/ssleay32.def
114 ms/version32.rc