git: fix entry in .gitattributes to not export binary dir.

This commit is contained in:
Klaas Freitag 2014-09-22 11:24:24 +02:00
parent 4eac66b84a
commit 11a64320f0
1 changed files with 1 additions and 1 deletions

2
.gitattributes vendored
View File

@ -2,4 +2,4 @@
.gitignore export-ignore
.gitattributes export-ignore
.commit-template export-ignore
/binary export-ignore
binary/ export-ignore