Bug 414242 - Git ignore "target/" directory created by Maven during a build

Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
diff --git a/.gitignore b/.gitignore
index 749db10..6397301 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
 /*/bin/
 .DS_Store
 /.project
+
+# maven
+/*/target/