about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2020-07-21 13:32:01 +0200
committerGitHub <noreply@github.com>2020-07-21 13:32:01 +0200
commit65b89b5471879a80fb6003c9fa0f8f93e2eb38e6 (patch)
tree21293c0ec26521f1c71ea6744baa1b2d3c9ae813
parent9307c7f36396c4429bea434608cb5643135ae49d (diff)
parent174071a3efd009040d4f4d3c810d8ac0cb819b85 (diff)
downloadrust-65b89b5471879a80fb6003c9fa0f8f93e2eb38e6.tar.gz
rust-65b89b5471879a80fb6003c9fa0f8f93e2eb38e6.zip
Merge pull request #5447 from jethrogb/gitattributes
Update .gitattributes
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index e749e1dc984..4cd50e48109 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,6 @@
 * text=auto eol=lf
 crates/ra_syntax/test_data/** -text eof=LF
+# Older git versions try to fix line endings on images, this prevents it.
+*.png binary
+*.jpg binary
+*.ico binary