From bbcddff68d1a92f46632eef69d29851a1725efa1 Mon Sep 17 00:00:00 2001 From: key Date: Mon, 15 Aug 2022 08:45:25 +0200 Subject: [PATCH] samesame --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 63dfa37f..2b80215f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,9 @@ # will have compiled files and executables -debug/ +learning/rust/*/debug/ -target/ +learning/rust/*/target/ @@ -12,7 +12,7 @@ target/ # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html -Cargo.lock +learning/rust/*/Cargo.lock