]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - .gitignore
Disable pristine-tar option in gbp.conf, since there is no pristine-tar branch.
[bcachefs-tools-debian] / .gitignore
index eb1f1ee131b6c5ef3260d9be622f2b04b4ba3d0c..302c0fbc669073c29b36ed676f9c49d5f85fa8bf 100644 (file)
@@ -1,19 +1,33 @@
 /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
 
-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