Mark several known binary extensions as -text

This commit is contained in:
Dave Bartolomeo
2018-09-21 11:36:28 -07:00
parent 1f36f5552f
commit 396d7ea928

7
.gitattributes vendored
View File

@@ -39,3 +39,10 @@
*.py text
*.lua text
*.expected text
# Explicitly set a bunch of known extensions to binary, because Git < 2.10 will treat
# `* text=auto eol=lf` as `* text eol=lf`
*.png -text
*.jpg -text
*.jpeg -text
*.gif -text