X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=.gitignore;h=302c0fbc669073c29b36ed676f9c49d5f85fa8bf;hb=HEAD;hp=57664356941b2abc909212b294c36cb149722b3e;hpb=d3b9fb6873d5e5d8620a7edd18a5a32904f7ea80;p=bcachefs-tools-debian diff --git a/.gitignore b/.gitignore index 5766435..302c0fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +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 +!.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