bcachefs-tools/.gitignore
Gabriel ca06a063fa Add bcachefs command compatibility symlink
The CLI is now built by Cargo, add a symlink so it can be found at the
place it was before so people don't try to run an old binary.
2024-01-29 14:29:35 +01:00

34 lines
489 B
Plaintext

/result
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