]> git.sesse.net Git - bcachefs-tools-debian/blob - .gitignore
v1.4.0: Split brain detection
[bcachefs-tools-debian] / .gitignore
1 /result
2 bcachefs
3 bcachefs.5
4 .*
5 *.o
6 *.so
7 *.d
8 *.a
9 tags
10 TAGS
11 cscope*
12 bcachefs-tools
13 compile_commands.json
14 tests/test_helper
15 tests/__pycache__/
16
17 # dot-files that we don't want to ignore
18 !.gitignore
19 !.github/dependabot.yml
20 !.editorconfig
21
22 bcachefs-principles-of-operation.*