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