From a4b6e4b2e898b7efa0b44b490bd731557b0cc41b Mon Sep 17 00:00:00 2001 From: Federico I Date: Mon, 16 Mar 2020 14:42:35 +0000 Subject: [rust] Nth Prime --- nth-prime/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nth-prime/.gitignore (limited to 'nth-prime/.gitignore') diff --git a/nth-prime/.gitignore b/nth-prime/.gitignore new file mode 100644 index 0000000..db7f315 --- /dev/null +++ b/nth-prime/.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