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

# Misc auto generated files
R
Richard Levitte 已提交
83
/include/openssl/opensslconf.h
84
/tools/c_rehash
R
Richard Levitte 已提交
85 86 87
/crypto/**/lib
/engines/**/lib
/ssl/**/lib
D
Dr. Stephen Henson 已提交
88 89
Makefile.save
*.bak
R
Richard Levitte 已提交
90 91
/tags
/TAGS
92
cscope.*
93
*.d
R
Richard Levitte 已提交
94 95
/crypto.map
/ssl.map
96 97

# Windows
98 99
/tmp32
/tmp32.dbg
100
/tmp32dll
101
/tmp32dll.dbg
102 103
/out32
/out32.dbg
104
/out32dll
105
/out32dll.dbg
106 107
/inc32
/MINFO
108
/ms/.rnd
R
Richard Levitte 已提交
109 110 111 112 113 114
/ms/bcb.mak
/ms/libeay32.def
/ms/nt.mak
/ms/ntdll.mak
/ms/ssleay32.def
/ms/version32.rc
M
Matt Caswell 已提交
115 116 117

# Files created on other branches that are not held in git, and are not
# needed on this branch
R
Richard Levitte 已提交
118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
/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