]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - .gitignore
fix build on old gcc
[bcachefs-tools-debian] / .gitignore
index 15accd00a7084b4224191efb7ddae149a4b05c89..302c0fbc669073c29b36ed676f9c49d5f85fa8bf 100644 (file)
@@ -1,5 +1,4 @@
 /result
-bcachefs
 bcachefs.5
 .*
 *.o
@@ -16,7 +15,19 @@ tests/__pycache__/
 
 # dot-files that we don't want to ignore
 !.gitignore
-!.travis.yml
+!.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