mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-12-24 11:58:41 +00:00
gitignore: Remove Cargo.lock
Cargo.lock will need to be checked in to ensure reproducible builds. However continue to ignore Cargo.lock in subdirectories as the main Cargo.lock shouls dictate the versions of everything. Change-Id: I448527b3c23bb9de939682ec1a78fd06a2530857 Signed-off-by: Dylan Reid <dgreid@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/538067 Reviewed-by: Zach Reizner <zachr@chromium.org>
This commit is contained in:
parent
71501e0937
commit
be4a4c97be
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
target/
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
**/*.sw[po]
|
||||
**/*.orig
|
||||
**/Cargo.lock
|
||||
!/Cargo.lock
|
||||
|
|
Loading…
Reference in a new issue