Skip to content

Commit

Permalink
Allow git to merge Cargo.lock
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alexcrichton committed Aug 20, 2019
1 parent f86521e commit 815ce8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
src/etc/installer/gfx/* binary
*.woff binary
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.
*.png binary
Expand Down

0 comments on commit 815ce8c

Please sign in to comment.