Reset s->tlsext_ticket_expected in ssl_scan_serverhello_tlsext.
[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 !/test/testutil.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
57 # Executables
58 /apps/openssl
59 /test/sha256t
60 /test/sha512t
61 /test/gost2814789t
62 /test/*test
63 /test/fips_aesavs
64 /test/fips_desmovs
65 /test/fips_dhvs
66 /test/fips_drbgvs
67 /test/fips_dssvs
68 /test/fips_ecdhvs
69 /test/fips_ecdsavs
70 /test/fips_rngvs
71 /test/fips_test_suite
72 *.so*
73 *.dylib*
74 *.dll*
75 # Exceptions
76 !/test/bctest
77 !/crypto/des/times/486-50.sol
78
79 # Misc auto generated files
80 /tools/c_rehash
81 /test/evptests.txt
82 lib
83 Makefile.save
84 *.bak
85 tags
86 TAGS
87 cscope.out
88 *.d