Only copy headers if they've changed.
[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
19 # Most *.c files under test/ are symlinks
20 /test/*.c
21 # Apart from these
22 !/test/asn1test.c
23 !/test/methtest.c
24 !/test/dummytest.c
25 !/test/igetest.c
26 !/test/r160test.c
27 !/test/fips_algvs.c
28
29 /test/*.ss
30 /test/*.srl
31 /test/.rnd
32 /test/test*.pem
33 /test/newkey.pem
34
35 # Certificate symbolic links
36 *.0
37
38 # Links under apps
39 /apps/CA.pl
40 /apps/md4.c
41
42
43 # Auto generated headers
44 /crypto/buildinf.h
45 /crypto/opensslconf.h
46
47 # Auto generated assembly language source files
48 *.s
49 !/crypto/bn/asm/pa-risc2.s
50 !/crypto/bn/asm/pa-risc2W.s
51
52 # Executables
53 /apps/openssl
54 /test/sha256t
55 /test/sha512t
56 /test/gost2814789t
57 /test/*test
58 /test/fips_aesavs
59 /test/fips_desmovs
60 /test/fips_dhvs
61 /test/fips_drbgvs
62 /test/fips_dssvs
63 /test/fips_ecdhvs
64 /test/fips_ecdsavs
65 /test/fips_rngvs
66 /test/fips_test_suite
67 *.so*
68 *.dylib*
69 *.dll*
70 # Exceptions
71 !/test/bctest
72 !/crypto/des/times/486-50.sol
73
74 # Misc auto generated files
75 /tools/c_rehash
76 /test/evptests.txt
77 lib
78 Makefile.save
79 *.bak