From 9324fbc1cfd397d803a255c958d51d258bd4aa7c Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 1 Dec 2021 15:02:57 +0300 Subject: 2021, day1: add rust soln --- .gitignore | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b48d248..f977fca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -# Created by https://www.toptal.com/developers/gitignore/api/c -# Edit at https://www.toptal.com/developers/gitignore?templates=c +# Created by https://www.toptal.com/developers/gitignore/api/c,rust +# Edit at https://www.toptal.com/developers/gitignore?templates=c,rust ### C ### # Prerequisites @@ -55,4 +55,19 @@ Module.symvers Mkfile.old dkms.conf -# End of https://www.toptal.com/developers/gitignore/api/c +### 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 + +# End of https://www.toptal.com/developers/gitignore/api/c,rust -- cgit v1.2.3-70-g09d2