diff options
author | Richard Levitte <levitte@openssl.org> | 2018-11-23 14:43:16 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-11-24 18:40:31 +0100 |
commit | b9a694717902af796639e1dff641ba620703303b (patch) | |
tree | 81e800d3db5c8e588d5dba0a260e7b1fa7d2a0c4 /.gitattributes | |
parent | Document the removed 'dist' target (diff) | |
download | openssl-b9a694717902af796639e1dff641ba620703303b.tar.xz openssl-b9a694717902af796639e1dff641ba620703303b.zip |
Don't export util/mktar.sh
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)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 912b4ae54e..0902ea4225 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,4 @@ fuzz/corpora/** export-ignore Configurations/*.norelease.conf export-ignore .* export-ignore +util/mktar.sh export-ignore |