From 26d564b7508945093d80d68a619651d3c63e9457 Mon Sep 17 00:00:00 2001 From: Reginald Kennedy Date: Fri, 10 Jun 2016 11:25:46 +0800 Subject: [PATCH] Add .gitattributes to exclude some files from release archives. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes 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 -- 2.39.2