]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - .gitignore
Merge pull request #229 from g2p/cli-symlink
[bcachefs-tools-debian] / .gitignore
index 7ba6add82fe1eccbd2621c097ca4a3e20f7e521f..302c0fbc669073c29b36ed676f9c49d5f85fa8bf 100644 (file)
@@ -1,13 +1,10 @@
 /result
-bcachefs
 bcachefs.5
 .*
 *.o
 *.so
 *.d
 *.a
-/rust-src/mount/result
-/rust-src/bch_bindgen/result
 tags
 TAGS
 cscope*
@@ -18,9 +15,19 @@ tests/__pycache__/
 
 # dot-files that we don't want to ignore
 !.gitignore
-!.travis.yml
+!.github/dependabot.yml
 !.editorconfig
 
-mount/target
-mount.bcachefs
 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