.gitignore 1.1 KB
Newer Older
D
Dr. Stephen Henson 已提交
1 2 3
# Object files
*.o

A
Andy Polyakov 已提交
4 5 6 7 8 9
# editor artefacts
*.swp
.#*
#*#
*~

D
Dr. Stephen Henson 已提交
10 11 12
# Top level excludes
/Makefile.bak
/Makefile
B
Ben Laurie 已提交
13
/MINFO
D
Dr. Stephen Henson 已提交
14 15 16 17
/*.a
/include
/*.pc
/rehash.time
B
Ben Laurie 已提交
18 19 20 21
/inc.*
/makefile.*
/out.*
/tmp.*
D
Dr. Stephen Henson 已提交
22 23

# Most *.c files under test/ are symlinks
24
/test/*.c
D
Dr. Stephen Henson 已提交
25
# Apart from these
26 27 28 29 30 31
!/test/asn1test.c
!/test/methtest.c
!/test/dummytest.c
!/test/igetest.c
!/test/r160test.c
!/test/fips_algvs.c
D
Dr. Stephen Henson 已提交
32

A
Andy Polyakov 已提交
33 34 35 36 37 38
/test/*.ss
/test/*.srl
/test/.rnd
/test/test*.pem
/test/newkey.pem

D
Dr. Stephen Henson 已提交
39 40 41 42
# Certificate symbolic links
*.0

# Links under apps
43 44
/apps/CA.pl
/apps/md4.c
D
Dr. Stephen Henson 已提交
45 46 47


# Auto generated headers
48 49
/crypto/buildinf.h
/crypto/opensslconf.h
D
Dr. Stephen Henson 已提交
50 51 52

# Auto generated assembly language source files
*.s
53 54
!/crypto/bn/asm/pa-risc2.s
!/crypto/bn/asm/pa-risc2W.s
D
Dr. Stephen Henson 已提交
55 56

# Executables
57 58 59
/apps/openssl
/test/sha256t
/test/sha512t
A
Andy Polyakov 已提交
60
/test/gost2814789t
61 62 63 64 65 66 67 68 69 70
/test/*test
/test/fips_aesavs
/test/fips_desmovs
/test/fips_dhvs
/test/fips_drbgvs
/test/fips_dssvs
/test/fips_ecdhvs
/test/fips_ecdsavs
/test/fips_rngvs
/test/fips_test_suite
D
Dr. Stephen Henson 已提交
71 72 73 74
*.so*
*.dylib*
*.dll*
# Exceptions
75 76
!/test/bctest
!/crypto/des/times/486-50.sol
D
Dr. Stephen Henson 已提交
77 78

# Misc auto generated files
79 80
/tools/c_rehash
/test/evptests.txt
D
Dr. Stephen Henson 已提交
81 82 83
lib
Makefile.save
*.bak