From acb03201b41591158996a23bd6f3699894bf6ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 18 Jun 2015 21:12:38 +0200 Subject: [PATCH] core: exclude directory tests/ubuntu/ from tarballs --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 1f3f31cca..eb5b59610 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,4 @@ debian export-ignore weechat.spec export-ignore .mailmap export-ignore +tests/ubuntu/ export-ignore