core: add more binary formats in .gitattributes (#7670)

This commit is contained in:
Diego Heras 2020-03-15 18:23:28 +01:00 committed by GitHub
parent 7b0adc7e45
commit 318b3667ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 8 deletions

15
.gitattributes vendored
View File

@ -2,13 +2,12 @@
* text=auto
* text eol=lf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
# Declare files that will always have LF line endings on checkout.
# Declare files that will always have CRLF line endings on checkout.
# Denote all files that are truly binary and should not be modified.
*.png binary
*.eot binary
*.ico binary
*.jpg binary
*.otf binary
*.png binary
*.ttf binary
*.woff binary
*.woff2 binary