From 0d8b78bf6440d1877178f9cfa0f2634173fb1b9d Mon Sep 17 00:00:00 2001 From: Charles Lindsay Date: Thu, 3 Oct 2013 16:22:04 -0700 Subject: [PATCH] Fix git archive to not include debian directory Not sure if something changed in git, but we discovered the debian directory was being included in the dist tarball, after Geary 0.3. This change seems to fix it in modern git. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 2fb536aa..f9460358 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ .gitattributes export-ignore .gitignore export-ignore -/debian export-ignore +/debian/ export-ignore