Skip to content

Commit 65b89b5

Browse files
authored
Merge pull request #5447 from jethrogb/gitattributes
Update .gitattributes
2 parents 9307c7f + 174071a commit 65b89b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
* text=auto eol=lf
22
crates/ra_syntax/test_data/** -text eof=LF
3+
# Older git versions try to fix line endings on images, this prevents it.
4+
*.png binary
5+
*.jpg binary
6+
*.ico binary

0 commit comments

Comments
 (0)