Ignore Cargo.lock in .gitignore

Since the merge of #2146, `Cargo.lock` is no longer checked in the git
repository, but `cargo` generates it anyway, if we are not in the main rust
repository. Ignore it to avoid eventual confusion when contributing directly
to clippy.
This commit is contained in:
Malo Jaffré 2017-10-20 23:20:44 +02:00
parent 0e489f3221
commit 4734bc0150

1
.gitignore vendored
View file

@ -13,6 +13,7 @@ out
*.exe
# Generated by Cargo
Cargo.lock
/target/
/clippy_lints/target/