From: Reginald Kennedy Date: Fri, 10 Jun 2016 03:25:46 +0000 (+0800) Subject: Add .gitattributes to exclude some files from release archives. X-Git-Url: https://code.delx.au/spectrwm/commitdiff_plain/26d564b7508945093d80d68a619651d3c63e9457?hp=9bd9b9f49f06c44dd07966782283a0855116d4ba Add .gitattributes to exclude some files from release archives. --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ef11a46 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.gitattributes export-ignore +.gitignore export-ignore +release.sh export-ignore