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.
This commit is contained in:
Charles Lindsay 2013-10-03 16:22:04 -07:00
parent a278247fc0
commit 0d8b78bf64

2
.gitattributes vendored
View file

@ -1,4 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
/debian export-ignore
/debian/ export-ignore