From a84c8500dbb4edd90065df9336da4f855f484357 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Thu, 24 Nov 2022 13:20:41 +0200 Subject: [PATCH] Update gitignore --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b60de5b..088ba6b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,10 @@ -**/target +# Generated by Cargo +# will have compiled files and executables +/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 +Cargo.lock + +# These are backup files generated by rustfmt +**/*.rs.bk