X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=.gitignore;h=302c0fbc669073c29b36ed676f9c49d5f85fa8bf;hb=816f103231dc53f7afae5e2445810e6a58bcf926;hp=e9dd6ecde43cf849a36756b9dad5e38745fc1885;hpb=4e158e155327d09868453ae9759a58284245175a;p=bcachefs-tools-debian diff --git a/.gitignore b/.gitignore index e9dd6ec..302c0fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,33 @@ -bcache -probe-bcache +/result +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.* + +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