From ec323df881c3aad82ed963fbfbdd9ade9f96e830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sun, 18 Oct 2020 23:51:57 +0200 Subject: ignore all target-folders --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8c88100..0f23c2e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ ### Rust ### # Generated by Cargo # will have compiled files and executables -/target/ +**/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 -- cgit v1.2.1