bcachefs-tools/.gitignore
Thomas Mühlbacher ceb5e80d0e chore: rm leftover gitignore entries
Signed-off-by: Thomas Mühlbacher <tmuehlbacher@posteo.net>
2024-07-21 01:16:28 +02:00

33 lines
472 B
Plaintext

/result
bcachefs.5
.*
*.o
*.so
*.d
*.a
tags
TAGS
cscope*
bcachefs-tools
compile_commands.json
# 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/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb