mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
a0bbe712c0
Signed-off-by: Masum Reza <masumrezarock100@gmail.com>
35 lines
509 B
Plaintext
35 lines
509 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
|
|
!.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
|