From b6a96e1bfe1a2e411a14fff13948236054a8cca5 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Thu, 9 Jul 2020 17:51:00 +0200 Subject: [rust] High Score --- high-scores/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 high-scores/.gitignore (limited to 'high-scores/.gitignore') diff --git a/high-scores/.gitignore b/high-scores/.gitignore new file mode 100644 index 0000000..e130ceb --- /dev/null +++ b/high-scores/.gitignore @@ -0,0 +1,8 @@ +# Generated by exercism rust track exercise tool +# 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