Use git attributes to exclude some files from exported archives

This commit is contained in:
Guy Brand 2014-05-19 22:05:34 +02:00
parent 4f0bc4b20d
commit ae37c1a191
1 changed files with 8 additions and 0 deletions

8
.gitattributes vendored
View File

@ -4,3 +4,11 @@
*.gif binary
*.ico binary
*.xcf binary
.gitattributes export-ignore
.gitignore export-ignore
.editorconfig export-ignore
.travis.yml export-ignore
_test export-ignore
_cs export-ignore
lib/plugins/testing export-ignore