]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - .gitignore
fix list_journal for nochanges
[bcachefs-tools-debian] / .gitignore
index 63af840b5af0451676e4cf4466eec18362eb6f2a..efd7dc7c3dc14a339bcdd763e2aa6ddf60eb8fd7 100644 (file)
@@ -1,22 +1,22 @@
-bcache-super-show
-make-bcache
-probe-bcache
-bcachectl
+/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
-config.type
-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.*