bcachefs-tools/.gitignore
Kent Overstreet 9688e2e455 Update bcachefs sources to 690e0168a8e0 bcachefs: vendor closures
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-09-18 19:55:24 -04:00

36 lines
513 B
Plaintext

/result
bcachefs.5
.*
*.o
*.so
*.d
*.a
tags
TAGS
cscope*
bcachefs-tools
compile_commands.json
dkms/dkms.conf
initramfs/hook
# dot-files that we don't want to ignore
!.gitignore
!.github/dependabot.yml
!.github/workflows/
!.editorconfig
bcachefs-principles-of-operation.*
bch_bindgen/Cargo.lock
# will have compiled files and executables
/debug/
/target/
/vendor/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb