Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-08-01 20:21:09 +0000
committerThanh Ha2013-08-01 20:21:09 +0000
commit217b7c2a648603491b3d552b18f64cbdbca08b81 (patch)
treee1b2802f6c3faf0f0d1a6461b2ced6d3923456f2
parentee2f69ca2509188c169391ed9d45d7571bad502a (diff)
downloadeclipse.platform.ua-217b7c2a648603491b3d552b18f64cbdbca08b81.tar.gz
eclipse.platform.ua-217b7c2a648603491b3d552b18f64cbdbca08b81.tar.xz
eclipse.platform.ua-217b7c2a648603491b3d552b18f64cbdbca08b81.zip
Bug 414248 - Git ignore "target/" directory created by Maven during a buildI20130827-0800I20130820-0800I20130813-1330I20130813-1200I20130813-0800
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 9bcb22506..e80901705 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@ heapdump.*
core.*
Snap.*
+# maven
+/*/target/

Back to the top