X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=.gitignore;h=302c0fbc669073c29b36ed676f9c49d5f85fa8bf;hb=HEAD;hp=a2ff54d709d9064645ce089c201028e0e8414069;hpb=5933f9478cc21e8b319309d2794948050d09b031;p=bcachefs-tools-debian diff --git a/.gitignore b/.gitignore index a2ff54d..302c0fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,33 @@ -bcache -bcache-userspace -probe-bcache +/result +bcachefs.5 .* *.o +*.so *.d *.a tags +TAGS cscope* -bcache-tools +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.* + +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