.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
/out.dbg
/outinc
/tmp.dbg
D
Dr. Stephen Henson 已提交
21 22

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

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

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

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


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

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

# Executables
56 57 58
/apps/openssl
/test/sha256t
/test/sha512t
A
Andy Polyakov 已提交
59
/test/gost2814789t
60 61 62 63 64 65 66 67 68 69
/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 已提交
70 71 72 73
*.so*
*.dylib*
*.dll*
# Exceptions
74 75
!/test/bctest
!/crypto/des/times/486-50.sol
D
Dr. Stephen Henson 已提交
76 77

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