Update .gitattributes

See https://github.com/rust-lang/rust/pull/57858
This commit is contained in:
jethrogb 2020-01-13 20:06:54 -08:00 committed by Who? Me?!
parent 2d61e5cd29
commit ab422e8ac7
1 changed files with 5 additions and 0 deletions

5
.gitattributes vendored
View File

@ -1,2 +1,7 @@
# Set the default behavior, in case people don't have core.autocrlf set. # Set the default behavior, in case people don't have core.autocrlf set.
* text=auto eol=lf * text=auto eol=lf
# Older git versions try to fix line endings on images, this prevents it.
*.png binary
*.jpg binary
*.ico binary