From: Hans Kristian Rosbach Date: Wed, 21 Feb 2024 18:37:53 +0000 (+0100) Subject: Don't export git/github-related files in tar/zip archives X-Git-Tag: 2.2.0~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=990ebb63d6d909356bde42ff9141834d540a5ccf;p=thirdparty%2Fzlib-ng.git Don't export git/github-related files in tar/zip archives --- diff --git a/.gitattributes b/.gitattributes index ac21ec45..9ff3e7c6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,8 @@ crc32_braid_tbl.h hooks-max-size=1000000 Makefile text configure text eol=lf + +# Don't export git/github-related files in tar/zip archives +/.github export-ignore +.gitattributes export-ignore +.gitignore export-ignore