From 79f3e0b116dcb1bc0c1d10b370275e14733bcd47 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Fri, 17 May 2013 14:24:47 +0200 Subject: [PATCH 2/4] git-housekeeping: Add the .gitattributes file By adding the .gitattributes file, git-archive can be informed not to include files such as .gitignore and ironically .gitattributes when creating an archive. Signed-off-by: John Kacur --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5966153 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.gitattributes export-ignore +.gitignore export-ignore -- 1.8.1.4