Initial .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 *.so*
45 *.dylib*
46 *.dll*
47 # Exceptions
48 !test/bctest
49 !crypto/des/times/486-50.sol
50
51 # Misc auto generated files
52 tools/c_rehash
53 test/evptests.txt
54 lib
55 Makefile.save
56 *.bak