From a223fd8b85fc5311b680df6a6089a80c5574dc80 Mon Sep 17 00:00:00 2001 From: Rohan Jain <343499+crodjer@users.noreply.github.com> Date: Mon, 2 May 2022 20:50:23 +0530 Subject: [PATCH] Ignore target directories in individual examples (#981) These get created with `rust-analyzer`, which pollutes the git status output. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7dace2a3..b152f4ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /target /examples/target +/examples/*/target Cargo.lock .DS_Store