]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - .gitignore
nix: fix build
[bcachefs-tools-debian] / .gitignore
index a19453e9687509b31cace7593d3f8db6e17c843c..cf86eab0dc9c187fb6f46f0e0ea6ca47e4743aa5 100644 (file)
@@ -1,16 +1,32 @@
 /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
+!.github/dependabot.yml
+!.editorconfig
+
+bcachefs-principles-of-operation.*
+
+# 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