Update .gitignore
Add !clippy_test_deps/Cargo.lock and clippy_lints_internal/target
This commit is contained in:
parent
c98e60a56e
commit
d64eb62e2c
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -19,8 +19,10 @@ out
|
|||
|
||||
# Generated by Cargo
|
||||
*Cargo.lock
|
||||
!/clippy_test_deps/Cargo.lock
|
||||
/target
|
||||
/clippy_lints/target
|
||||
/clippy_lints_internal/target
|
||||
/clippy_utils/target
|
||||
/clippy_dev/target
|
||||
/lintcheck/target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue