From: Richard Levitte Date: Fri, 23 Nov 2018 13:43:16 +0000 (+0100) Subject: Don't export util/mktar.sh X-Git-Tag: openssl-3.0.0-alpha1~2871 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b9a694717902af796639e1dff641ba620703303b;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) --- 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