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