From: Richard Levitte Date: Fri, 23 Nov 2018 13:43:16 +0000 (+0100) Subject: Don't export util/mktar.sh X-Git-Tag: OpenSSL_1_1_1b~167 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a6d4cc8257b6852fa3b84935434d75aba396bdab;p=oweals%2Fopenssl.git 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 (Merged from https://github.com/openssl/openssl/pull/7696) (cherry picked from commit b9a694717902af796639e1dff641ba620703303b) --- 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