mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
f5baaf48e3
This moves the Rust sources out of rust_src/ and into the top level. Running the bcachefs executable out of the development tree is now: $ ./target/release/bcachefs command or $ cargo run --profile release -- command instead of "./bcachefs command". Building and installing is still: $ make && make install Signed-off-by: Thomas Bertschinger <tahbertschinger@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
33 lines
474 B
Plaintext
33 lines
474 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.*
|
|
|
|
# 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
|