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

15
.gitattributes vendored
View File

@@ -2,13 +2,12 @@
* text=auto * text=auto
* text eol=lf * 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. # Denote all files that are truly binary and should not be modified.
*.png binary *.eot binary
*.ico binary
*.jpg binary *.jpg binary
*.otf binary
*.png binary
*.ttf binary
*.woff binary
*.woff2 binary