Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-08-01 19:16:17 +0000
committerThanh Ha2013-08-01 19:16:17 +0000
commit2c0abfd319750d3725a1f55b6c09b081165eaa7f (patch)
tree15cee914548b7b2dd644f7eb847aedc1e6ceb2c7
parent0dd653351d25e3973ca07112d8a36cf1a0439f47 (diff)
downloadeclipse.pde.ui-2c0abfd319750d3725a1f55b6c09b081165eaa7f.tar.gz
eclipse.pde.ui-2c0abfd319750d3725a1f55b6c09b081165eaa7f.tar.xz
eclipse.pde.ui-2c0abfd319750d3725a1f55b6c09b081165eaa7f.zip
Bug 414242 - Git ignore "target/" directory created by Maven during a build
Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3b48da0454..6d9810940e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,6 @@ heapdump.*
core.*
Snap.*
/.project
+
+# maven
+/*/*/target/

Back to the top