From c2b0edc8d25271ef4fc3fbfa1c271bc26e73b835 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 21 Aug 2011 14:32:31 +0200 Subject: [PATCH] [molecule] add .gitattributes file, excluding the test suite from archive for now --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..82d4d79 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +tests export-ignore