]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - bch_bindgen/.gitignore
move Rust sources to top level, C sources into c_src
[bcachefs-tools-debian] / bch_bindgen / .gitignore
diff --git a/bch_bindgen/.gitignore b/bch_bindgen/.gitignore
new file mode 100644 (file)
index 0000000..0aa133a
--- /dev/null
@@ -0,0 +1,15 @@
+# Generated by Cargo
+# will have compiled files and executables
+debug/
+target/
+
+# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
+# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
+# Required By Nix
+# Cargo.lock
+
+# These are backup files generated by rustfmt
+**/*.rs.bk
+
+# MSVC Windows builds of rustc generate these, which store debugging information
+*.pdb