Skip to content

Commit 4734bc0

Browse files
committed
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.
1 parent 0e489f3 commit 4734bc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ out
1313
*.exe
1414

1515
# Generated by Cargo
16+
Cargo.lock
1617
/target/
1718
/clippy_lints/target/
1819

0 commit comments

Comments
 (0)