From ca3fa9daba03760cfedee54ce8b3cb2955605124 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 21 Aug 2011 14:34:23 +0200 Subject: [PATCH] [entropy] add .gitattributes file, exclude test suite from archive for now (takes too much space) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..a5dcc6e74 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +libraries/tests export-ignore