X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=.gitignore;h=302c0fbc669073c29b36ed676f9c49d5f85fa8bf;hb=HEAD;hp=b1c03cd14a631721195172b076f39d9a27917f73;hpb=dafd26afd98f92d8f66346aca7b6361d15f4dd3c;p=bcachefs-tools-debian diff --git a/.gitignore b/.gitignore index b1c03cd..302c0fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,33 @@ /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 -!.travis.yml +!.github/dependabot.yml +!.editorconfig -mount/target -mount.bcachefs bcachefs-principles-of-operation.* + +bch_bindgen/Cargo.lock + +# will have compiled files and executables +debug/ +target/ + +# These are backup files generated by rustfmt +**/*.rs.bk + +# MSVC Windows builds of rustc generate these, which store debugging information +*.pdb