From 77327f190f39c96627f519c433fc862dae3cd329 Mon Sep 17 00:00:00 2001 From: Jared Cordasco Date: Fri, 23 Apr 2010 21:00:00 -0500 Subject: [PATCH] Added .gitattributes to allow for git archive use on releases. --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ad7f0ab --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +.git[ia]* export-ignore +GEN-VERSION-FILE export-ignore +Makefile export-ignore +README.textile export-ignore +VERSION-FILE export-ignore +tests export-ignore