Fix possible buffer overrun.
[openssl.git] / .gitignore
1 # Object files
2 *.o
3
4 # editor artefacts
5 *.swp
6 .#*
7 #*#
8 *~
9
10 # Top level excludes
11 /Makefile.bak
12 /Makefile
13 /MINFO
14 /*.a
15 /include
16 /*.pc
17 /rehash.time
18 /inc.*
19 /makefile.*
20 /out.*
21 /tmp.*
22
23 # Most *.c files under test/ are symlinks
24 /test/*.c
25 # Apart from these
26 !/test/asn1test.c
27 !/test/methtest.c
28 !/test/dummytest.c
29 !/test/igetest.c
30 !/test/r160test.c
31 !/test/fips_algvs.c
32
33 /test/*.ss
34 /test/*.srl
35 /test/.rnd
36 /test/test*.pem
37 /test/newkey.pem
38
39 # Certificate symbolic links
40 *.0
41
42 # Links under apps
43 /apps/CA.pl
44 /apps/md4.c
45
46
47 # Auto generated headers
48 /crypto/buildinf.h
49 /crypto/opensslconf.h
50
51 # Auto generated assembly language source files
52 *.s
53 !/crypto/bn/asm/pa-risc2.s
54 !/crypto/bn/asm/pa-risc2W.s
55
56 # Executables
57 /apps/openssl
58 /test/sha256t
59 /test/sha512t
60 /test/gost2814789t
61 /test/*test
62 /test/fips_aesavs
63 /test/fips_desmovs
64 /test/fips_dhvs
65 /test/fips_drbgvs
66 /test/fips_dssvs
67 /test/fips_ecdhvs
68 /test/fips_ecdsavs
69 /test/fips_rngvs
70 /test/fips_test_suite
71 *.so*
72 *.dylib*
73 *.dll*
74 # Exceptions
75 !/test/bctest
76 !/crypto/des/times/486-50.sol
77
78 # Misc auto generated files
79 /tools/c_rehash
80 /test/evptests.txt
81 lib
82 Makefile.save
83 *.bak