]> git.sesse.net Git - bcachefs-tools-debian/blob - .gitignore
Update bcachefs sources to ea93c26e98 fixup! bcachefs: We can handle missing btree...
[bcachefs-tools-debian] / .gitignore
1 /result
2 bcachefs
3 bcachefs.5
4 .*
5 *.o
6 *.so
7 *.d
8 *.a
9 /rust-src/mount/result
10 /rust-src/bch_bindgen/result
11 tags
12 TAGS
13 cscope*
14 bcachefs-tools
15 compile_commands.json
16 tests/test_helper
17 tests/__pycache__/
18
19 # dot-files that we don't want to ignore
20 !.gitignore
21 !.travis.yml
22 !.editorconfig
23
24 mount/target
25 mount.bcachefs
26 bcachefs-principles-of-operation.*