X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=.gitignore;h=efd7dc7c3dc14a339bcdd763e2aa6ddf60eb8fd7;hb=872cd437e7b5a15c928e094710a7022184ab0217;hp=fd7b2a7a5b609875a5acbf78f49ed41d91c35468;hpb=a1aa5961dc606dc08c460e76e44901fc4920844e;p=bcachefs-tools-debian diff --git a/.gitignore b/.gitignore index fd7b2a7..efd7dc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,22 @@ -bcache-super-show -make-bcache -probe-bcache +/result +bcachefs +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.*