From e7e054e21fd530fa6873b7aedd1fc4d4cfe5eb29 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Sat, 2 Jan 2021 17:58:32 +0000 Subject: [rust] Binary Search --- rust/binary-search/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rust/binary-search/.gitignore (limited to 'rust/binary-search/.gitignore') diff --git a/rust/binary-search/.gitignore b/rust/binary-search/.gitignore new file mode 100644 index 0000000..db7f315 --- /dev/null +++ b/rust/binary-search/.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