Adding webfont formats as binary in .gitattributes

With the current state, our Linux workstations with default configs convert fonts' line endings, and that screws them up. These lines fix this.
This commit is contained in:
Tamás Barta 2015-01-29 16:38:01 +01:00
parent 151f6e90e0
commit 8a600e357b

3
.gitattributes vendored
View file

@ -33,3 +33,6 @@
*.ico binary
*.mo binary
*.pdf binary
*.woff binary
*.ttf binary
*.eot binary