Skip to content

Commit

Permalink
GitHub: Stop treating Cargo.lock as a generated file.
Browse files Browse the repository at this point in the history
We do want to inspect the changes to Cargo.lock, hiding the diff by default
would miss important details like
rust-lang#50629 (comment)
  • Loading branch information
kennytm committed May 16, 2018
1 parent 2a3f536 commit 2d46b90
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 @@ -7,4 +7,4 @@
src/etc/installer/gfx/* binary
*.woff binary
src/vendor/** -text
Cargo.lock -merge
Cargo.lock -merge linguist-generated=false

0 comments on commit 2d46b90

Please sign in to comment.