From b80e73e72946fd567b7aa3509ff6c4579c5803bb Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Tue, 12 Jun 2012 20:07:04 +0100 Subject: [PATCH] TPT: Added '.gitattributes' file s that '.gitignore' won't be included in archives that are created with 'git archive' --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..8abdcfc5d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ ++.gitattributes export-ignore ++.gitignore export-ignore \ No newline at end of file