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