From 31c8315c1f87839019c873cd26eb196f5e9fce5c Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 5 Sep 2018 13:26:13 -0700 Subject: [PATCH] Ignore target dirs in submodules. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b83d222..762cd42 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/target/ +/*/target/