From 17bf45b273913a24a72caa964ee16a4fe84c6ec6 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Wed, 13 Jul 2022 11:31:40 +0100 Subject: [rust] Sublist --- rust/sublist/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rust/sublist/.gitignore (limited to 'rust/sublist/.gitignore') diff --git a/rust/sublist/.gitignore b/rust/sublist/.gitignore new file mode 100644 index 0000000..db7f315 --- /dev/null +++ b/rust/sublist/.gitignore @@ -0,0 +1,8 @@ +# Generated by Cargo +# will have compiled files and executables +/target/ +**/*.rs.bk + +# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries +# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock +Cargo.lock -- cgit v1.2.3