From 46a1aab05089b039b16eb3d7e340cd2744d679c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hannu=20Niemist=C3=B6?= Date: Tue, 13 Sep 2016 18:09:52 +0300 Subject: [PATCH] Added target-folders that Maven creates to .gitignore Change-Id: I1cb9ff5b0bee6cfd21f12e0a08d73dd3b989ac98 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0d0631b56..7d3880771 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /**/bin/ +/features/*/target/ +/bundles/*/target/ /**/.polyglot.build.properties -- 2.43.2