Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-08-01 20:36:52 +0000
committerGerrit Code Review @ Eclipse.org2013-08-09 19:06:59 +0000
commit6d0fcdf21a9911cbadaef844b344fdc383c57969 (patch)
tree3ec0614f24bf606289f1b55b22191ac2bb565fca /.gitignore
parent298a2859d5c0a4567f9cd565d087851f4fa2e46c (diff)
downloadrt.equinox.bundles-6d0fcdf21a9911cbadaef844b344fdc383c57969.tar.gz
rt.equinox.bundles-6d0fcdf21a9911cbadaef844b344fdc383c57969.tar.xz
rt.equinox.bundles-6d0fcdf21a9911cbadaef844b344fdc383c57969.zip
Bug 414252 - Git ignore "target/" directory created by Maven during a build
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 89426ef10..83f20596d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
/*/*/bin/
.DS_Store
+# maven
+/*/*/target/
+

Back to the top