From 961efc9d2fe63da596f90a945c38986524e1e8e1 Mon Sep 17 00:00:00 2001 From: Aditya Vaidya Date: Sat, 26 May 2012 15:49:19 -0500 Subject: Added '.gitattributes' file s that '.gitignore' won't be included in archives that are created with 'git archive' 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 -- cgit v0.9.2-21-gd62e