RT1771: Add string.h include.
[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/*test
61 /test/fips_aesavs
62 /test/fips_desmovs
63 /test/fips_dhvs
64 /test/fips_drbgvs
65 /test/fips_dssvs
66 /test/fips_ecdhvs
67 /test/fips_ecdsavs
68 /test/fips_rngvs
69 /test/fips_test_suite
70 *.so*
71 *.dylib*
72 *.dll*
73 # Exceptions
74 !/test/bctest
75 !/crypto/des/times/486-50.sol
76
77 # Misc auto generated files
78 /tools/c_rehash
79 /test/evptests.txt
80 lib
81 Makefile.save
82 *.bak
83 tags
84 TAGS