X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=.gitignore;h=302c0fbc669073c29b36ed676f9c49d5f85fa8bf;hb=HEAD;hp=fd7b2a7a5b609875a5acbf78f49ed41d91c35468;hpb=a1aa5961dc606dc08c460e76e44901fc4920844e;p=bcachefs-tools-debian diff --git a/.gitignore b/.gitignore index fd7b2a7..302c0fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,33 @@ -bcache-super-show -make-bcache -probe-bcache +/result +bcachefs.5 .* *.o +*.so +*.d +*.a tags +TAGS cscope* -Makefile.in -aclocal.m4 -autom4te.cache -compile -config.guess -config.h.in -config.sub -configure -depcomp -install-sh -ltmain.sh -m4 -missing +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