From 4b8cc056bff677f5bd0d0399e8f0f67b5c94feb6 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Mon, 17 Oct 2011 02:23:40 +1300 Subject: [PATCH] Add .gitattributes file to avoid exporting superfluous files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1532f26 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.gitignore export-ignore +.gitattributes export-ignore +README export-ignore