From ec22663e3e51626559a63de740f414f1d5a491ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 18 Nov 2015 22:20:08 +0200 Subject: [PATCH] exclude /tests from export --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index a46d655..3520cb9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ /.gitattributes export-ignore /min_extras export-ignore /min_unit_tests export-ignore +/tests export-ignore