From a4fcb13e89b055f710e6f38437208fc87b0a6edd Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Fri, 5 Nov 2021 12:18:41 +0000 Subject: Update .gitignore files --- rust/.gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 rust/.gitignore (limited to 'rust') diff --git a/rust/.gitignore b/rust/.gitignore new file mode 100644 index 0000000..389159a --- /dev/null +++ b/rust/.gitignore @@ -0,0 +1,20 @@ +# 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 +debug/ +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 + +# MSVC Windows builds of rustc generate these, which store debugging information +*.pdb + +# End of https://www.toptal.com/developers/gitignore/api/rust -- cgit v1.2.3