aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: efd7dc7c3dc14a339bcdd763e2aa6ddf60eb8fd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/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.*