mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
505d5aaed2
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>
35 lines
498 B
Plaintext
35 lines
498 B
Plaintext
/result
|
|
bcachefs
|
|
bcachefs.5
|
|
.*
|
|
*.o
|
|
*.so
|
|
*.d
|
|
*.a
|
|
tags
|
|
TAGS
|
|
cscope*
|
|
bcachefs-tools
|
|
compile_commands.json
|
|
tests/test_helper
|
|
tests/__pycache__/
|
|
|
|
# dot-files that we don't want to ignore
|
|
!.gitignore
|
|
!.github/dependabot.yml
|
|
!.editorconfig
|
|
|
|
bcachefs-principles-of-operation.*
|
|
|
|
bch_bindgen/Cargo.lock
|
|
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|