summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Bertschinger <tahbertschinger@gmail.com>2024-01-21 21:38:37 -0700
committerKent Overstreet <kent.overstreet@linux.dev>2024-01-23 02:53:45 -0500
commit505d5aaed21fbdbc492ea1aa2829f09fb3421b0a (patch)
tree2bc4a451fb795ed7ff32db83c9e850a90ce35307 /.gitignore
parent39e109e5f9d484e41f4767d4d01064686131e010 (diff)
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cf86eab0..b7ba3f86 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,8 @@ tests/__pycache__/
bcachefs-principles-of-operation.*
+bch_bindgen/Cargo.lock
+
# will have compiled files and executables
debug/
target/