mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
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:
parent
0e489f3221
commit
4734bc0150
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -13,6 +13,7 @@ out
|
|||
*.exe
|
||||
|
||||
# Generated by Cargo
|
||||
Cargo.lock
|
||||
/target/
|
||||
/clippy_lints/target/
|
||||
|
||||
|
|
Loading…
Reference in a new issue