From d06335ca785996996b335e85c37f33a078d75c93 Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 16 Mar 2009 23:40:32 -0400 Subject: [PATCH] Add export-ignore gitattributes for test/, sandbox/, and .git* Signed-off-by: James Vega --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..6e189e177 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +test export-ignore +sandbox export-ignore +.git* export-ignore