summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7ba6add82fe1eccbd2621c097ca4a3e20f7e521f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/result
bcachefs
bcachefs.5
.*
*.o
*.so
*.d
*.a
/rust-src/mount/result
/rust-src/bch_bindgen/result
tags
TAGS
cscope*
bcachefs-tools
compile_commands.json
tests/test_helper
tests/__pycache__/

# dot-files that we don't want to ignore
!.gitignore
!.travis.yml
!.editorconfig

mount/target
mount.bcachefs
bcachefs-principles-of-operation.*