Allow git to merge Cargo.lock
This commit backs out #46539 in order to fully leverage #63579 where `git` should be able to merge `Cargo.lock` nowadays with only minimal conflicts.
This commit is contained in:
parent
f86521e0a3
commit
815ce8cb1d
1 changed files with 1 additions and 1 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -8,7 +8,7 @@
|
||||||
src/etc/installer/gfx/* binary
|
src/etc/installer/gfx/* binary
|
||||||
*.woff binary
|
*.woff binary
|
||||||
src/vendor/** -text
|
src/vendor/** -text
|
||||||
Cargo.lock -merge linguist-generated=false
|
Cargo.lock linguist-generated=false
|
||||||
|
|
||||||
# Older git versions try to fix line endings on images, this prevents it.
|
# Older git versions try to fix line endings on images, this prevents it.
|
||||||
*.png binary
|
*.png binary
|
||||||
|
|
Loading…
Add table
Reference in a new issue