Fix with .gitattributes: Git on Linux tried to autoconvert line endings for fonts and png.

This commit is contained in:
Phaiax 2017-10-02 10:12:59 +02:00
parent 5ce05a79be
commit b1d3b967b7
1 changed files with 4 additions and 0 deletions

4
.gitattributes vendored
View File

@ -2,3 +2,7 @@
* text=auto eol=lf
*.rs rust
*.woff -text
*.ttf -text
*.otf -text
*.png -text