From d416423b4dfca03c99b20fcfa7df8473e13a2fd9 Mon Sep 17 00:00:00 2001 From: Eskil Queseth Date: Sat, 10 Oct 2020 15:59:17 +0200 Subject: Added gitignore --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c88100 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Created by https://www.toptal.com/developers/gitignore/api/rust +# Edit at https://www.toptal.com/developers/gitignore?templates=rust + +### Rust ### +# 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 + +# End of https://www.toptal.com/developers/gitignore/api/rust -- cgit v1.2.1