projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b42922e
)
Don't export util/mktar.sh
author
Richard Levitte
<levitte@openssl.org>
Fri, 23 Nov 2018 13:43:16 +0000
(14:43 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 24 Nov 2018 17:40:31 +0000
(18:40 +0100)
When creating a tarball, it's pointless to include scripts that assume
a git workspace.
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7696)
.gitattributes
patch
|
blob
|
history
diff --git
a/.gitattributes
b/.gitattributes
index 912b4ae54e1f1abd4b941fd4b1d6a3d62abc15d6..0902ea4225492e08351c4dcaa89f7bc74c577852 100644
(file)
--- a/
.gitattributes
+++ b/
.gitattributes
@@
-6,3
+6,4
@@
fuzz/corpora/** export-ignore
Configurations/*.norelease.conf export-ignore
.* export-ignore
+util/mktar.sh export-ignore