From: Jaco Kroon Date: Mon, 30 Dec 2024 03:47:21 +0000 (+0200) Subject: .gitattributes to exclude .git* files from git-archive. (#539) X-Git-Tag: v2.5.2~5 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=95594918d08ca2c8f48babb7903fb65803302ebd;p=ppp.git .gitattributes to exclude .git* files from git-archive. (#539) This relates to #519 and addresses the portion where "we can also exclude things like /.github/ from the release". Signed-off-by: Jaco Kroon --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..834c029 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Exclude .git* files from being exported. +.git* export-ignore