From badb701721df51de7c1a6a13ccef6f37ba5d0864 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 4 Aug 2013 17:52:10 +0900 Subject: [PATCH] Exclude test files from export --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 8a9b29a..9841071 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,4 +3,4 @@ doc/tags export-ignore *.md export-ignore zip export-ignore -test export-ignore +test/* export-ignore