]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - .gitignore
Update bcachefs sources to 84f132d569 bcachefs: fsck: Break walk_inode() up into...
[bcachefs-tools-debian] / .gitignore
index 7357d5518f686d345c7ea016a73f8545bd8c4f2e..15accd00a7084b4224191efb7ddae149a4b05c89 100644 (file)
@@ -1,8 +1,22 @@
+/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
+!.travis.yml
+!.editorconfig
+
+bcachefs-principles-of-operation.*