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

A
Andy Polyakov 已提交
5 6 7
# editor artefacts
*.swp
.#*
8
\#*#
A
Andy Polyakov 已提交
9
*~
R
Richard Levitte 已提交
10
/.dir-locals.el
A
Andy Polyakov 已提交
11

D
Dr. Stephen Henson 已提交
12
# Top level excludes
R
Rich Salz 已提交
13
/Makefile.orig
B
Ben Laurie 已提交
14
/MINFO
15
/TABLE
D
Dr. Stephen Henson 已提交
16 17 18
/*.a
/*.pc
/rehash.time
B
Ben Laurie 已提交
19 20 21 22
/inc.*
/makefile.*
/out.*
/tmp.*
23
/configdata.pm
D
Dr. Stephen Henson 已提交
24

A
Andy Polyakov 已提交
25 26
# *all* Makefiles
Makefile
R
Rich Salz 已提交
27

A
Andy Polyakov 已提交
28 29 30 31 32
/test/*.ss
/test/*.srl
/test/.rnd
/test/test*.pem
/test/newkey.pem
R
Richard Levitte 已提交
33
/test/*.log
A
Andy Polyakov 已提交
34

D
Dr. Stephen Henson 已提交
35 36 37 38
# Certificate symbolic links
*.0

# Links under apps
39
/apps/CA.pl
40
/apps/tsget
41
/apps/md4.c
D
Dr. Stephen Henson 已提交
42 43 44


# Auto generated headers
45
/crypto/buildinf.h
R
Rich Salz 已提交
46
/crypto/include/internal/*_conf.h
47 48
/openssl/include/opensslconf.h
/util/domd
D
Dr. Stephen Henson 已提交
49 50 51

# Auto generated assembly language source files
*.s
52 53 54 55 56
!/crypto/*/asm/*.s
/crypto/arm*.S
/crypto/*/*.S
*.asm
!/crypto/*/asm/*.asm
D
Dr. Stephen Henson 已提交
57 58

# Executables
59
/apps/openssl
B
Ben Laurie 已提交
60 61 62 63 64 65 66 67
/fuzz/asn1
/fuzz/asn1parse
/fuzz/bignum
/fuzz/bndiv
/fuzz/conf
/fuzz/cms
/fuzz/server
/fuzz/x509
68 69
/test/sha256t
/test/sha512t
A
Andy Polyakov 已提交
70
/test/gost2814789t
71
/test/ssltest_old
72 73 74 75 76 77 78 79 80 81
/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 已提交
82 83 84
*.so*
*.dylib*
*.dll*
85
*.exe
D
Dr. Stephen Henson 已提交
86
# Exceptions
87 88
!/test/bctest
!/crypto/des/times/486-50.sol
D
Dr. Stephen Henson 已提交
89 90

# Misc auto generated files
R
Richard Levitte 已提交
91
/include/openssl/opensslconf.h
92
/tools/c_rehash
R
Richard Levitte 已提交
93 94 95
/crypto/**/lib
/engines/**/lib
/ssl/**/lib
D
Dr. Stephen Henson 已提交
96 97
Makefile.save
*.bak
R
Richard Levitte 已提交
98 99
/tags
/TAGS
100
cscope.*
101
*.d
R
Richard Levitte 已提交
102 103
/crypto.map
/ssl.map
104 105

# Windows
106 107
/tmp32
/tmp32.dbg
108
/tmp32dll
109
/tmp32dll.dbg
110 111
/out32
/out32.dbg
112
/out32dll
113
/out32dll.dbg
114 115
/inc32
/MINFO
116
/ms/.rnd
R
Richard Levitte 已提交
117 118 119 120 121 122
/ms/bcb.mak
/ms/libeay32.def
/ms/nt.mak
/ms/ntdll.mak
/ms/ssleay32.def
/ms/version32.rc
M
Matt Caswell 已提交
123 124 125

# Files created on other branches that are not held in git, and are not
# needed on this branch
R
Richard Levitte 已提交
126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
/include/openssl/asn1_mac.h
/include/openssl/des_old.h
/include/openssl/fips.h
/include/openssl/fips_rand.h
/include/openssl/krb5_asn.h
/include/openssl/kssl.h
/include/openssl/pq_compat.h
/include/openssl/ssl23.h
/include/openssl/tmdiff.h
/include/openssl/ui_compat.h
/test/fips_aesavs.c
/test/fips_desmovs.c
/test/fips_dsatest.c
/test/fips_dssvs.c
/test/fips_hmactest.c
/test/fips_randtest.c
/test/fips_rngvs.c
/test/fips_rsagtest.c
/test/fips_rsastest.c
/test/fips_rsavtest.c
/test/fips_shatest.c
/test/fips_test_suite.c
/test/shatest.c