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