Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-08-13 12:16:28 +0000
committerDani Megert2013-08-13 12:16:28 +0000
commit085c08da4b246bd081a376a840f486e798bb262e (patch)
tree2315f5cf2f291e0cead014007b729930553944b7
parent534662c2faa5d7008dbad1354e7c432449719d1d (diff)
downloadeclipse.platform.text-085c08da4b246bd081a376a840f486e798bb262e.tar.gz
eclipse.platform.text-085c08da4b246bd081a376a840f486e798bb262e.tar.xz
eclipse.platform.text-085c08da4b246bd081a376a840f486e798bb262e.zip
Fixed bug 414249: Git ignore "target/" directory created by Maven during a buildI20130820-0800I20130813-1330I20130813-1200
Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 57dbb71d44f..8b3dc235c2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@ javacore.*
heapdump.*
core.*
Snap.*
+# maven
+/*/target/

Back to the top