]> git.sesse.net Git - bcachefs-tools-debian/blob - .gitignore
Disable pristine-tar option in gbp.conf, since there is no pristine-tar branch.
[bcachefs-tools-debian] / .gitignore
1 /result
2 bcachefs.5
3 .*
4 *.o
5 *.so
6 *.d
7 *.a
8 tags
9 TAGS
10 cscope*
11 bcachefs-tools
12 compile_commands.json
13 tests/test_helper
14 tests/__pycache__/
15
16 # dot-files that we don't want to ignore
17 !.gitignore
18 !.github/dependabot.yml
19 !.editorconfig
20
21 bcachefs-principles-of-operation.*
22
23 bch_bindgen/Cargo.lock
24
25 # will have compiled files and executables
26 debug/
27 target/
28
29 # These are backup files generated by rustfmt
30 **/*.rs.bk
31
32 # MSVC Windows builds of rustc generate these, which store debugging information
33 *.pdb