]> git.sesse.net Git - bcachefs-tools-debian/commit
remove bch_bindgen/Cargo.lock from version control
authorThomas Bertschinger <tahbertschinger@gmail.com>
Mon, 22 Jan 2024 04:38:37 +0000 (21:38 -0700)
committerKent Overstreet <kent.overstreet@linux.dev>
Tue, 23 Jan 2024 07:53:45 +0000 (02:53 -0500)
commit505d5aaed21fbdbc492ea1aa2829f09fb3421b0a
tree2bc4a451fb795ed7ff32db83c9e850a90ce35307
parent39e109e5f9d484e41f4767d4d01064686131e010
remove bch_bindgen/Cargo.lock from version control

This is redundant with the root level Cargo.lock. Any changes made to
the bch_bindgen dependencies will be duplicated in both Cargo.lock
files. Removing this from version control will reduce the noise in the
git diffs for such changes.

Signed-off-by: Thomas Bertschinger <tahbertschinger@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
.gitignore
bch_bindgen/Cargo.lock [deleted file]