Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7690ac256..139acd5f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,7 @@ javacore.*
heapdump.*
core.*
Snap.*
+
+# maven
+/*/*/target/
+/bundles/org.eclipse.core.net/fragments/*/target/

Back to the top