From 961efc9d2fe63da596f90a945c38986524e1e8e1 Mon Sep 17 00:00:00 2001 From: Aditya Vaidya Date: Sat, 26 May 2012 15:49:19 -0500 Subject: [PATCH] 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..596615322 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.gitattributes export-ignore +.gitignore export-ignore