Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-08-01 19:58:28 +0000
committerThanh Ha2013-08-01 19:58:28 +0000
commit1bf8ee71659b85e3b2d9356c6f5c635e259759bd (patch)
tree58eb51dc2fc2d15cd214c3bdf242c867d38a81b0 /.gitignore
parent43807ce8a8ae64724bbb31b2d05c2c833acc7e1e (diff)
downloadeclipse.platform.debug-1bf8ee71659b85e3b2d9356c6f5c635e259759bd.tar.gz
eclipse.platform.debug-1bf8ee71659b85e3b2d9356c6f5c635e259759bd.tar.xz
eclipse.platform.debug-1bf8ee71659b85e3b2d9356c6f5c635e259759bd.zip
Bug 414245 - Git ignore "target/" directory created by Maven during a buildI20130806-0800I20130805-2000I20130805-0800I20130804-2300
Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7627a754e..96da77bd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,6 @@ javacore.*
heapdump.*
core.*
Snap.*
+
+# maven
+/*/target/

Back to the top