Mark more font files as binary
Not having these files marked as binary causes problems for older versions of git (like 1.8.3.1 on CentOS/RHEL 7).
This commit is contained in:
parent
4f698f813c
commit
22a6dca69b
1 changed files with 2 additions and 0 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -6,3 +6,5 @@
|
||||||
*.ttf binary
|
*.ttf binary
|
||||||
*.otf binary
|
*.otf binary
|
||||||
*.png binary
|
*.png binary
|
||||||
|
*.eot binary
|
||||||
|
*.woff2 binary
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue