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:
parent
a278247fc0
commit
0d8b78bf64
1 changed files with 1 additions and 1 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -1,4 +1,4 @@
|
|||
.gitattributes export-ignore
|
||||
.gitignore export-ignore
|
||||
/debian export-ignore
|
||||
/debian/ export-ignore
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue