mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
4ed889295c
Also, update .gitignore for various things. Signed-off-by: Justin Husted <sigstop@gmail.com>
16 lines
156 B
Plaintext
16 lines
156 B
Plaintext
/result
|
|
bcachefs
|
|
.*
|
|
*.o
|
|
*.d
|
|
*.a
|
|
tags
|
|
TAGS
|
|
cscope*
|
|
bcachefs-tools
|
|
tests/test_helper
|
|
tests/__pycache__/
|
|
|
|
# dot-files that we don't want to ignore
|
|
!.gitignore
|