Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 57dbb71d44f..8b3dc235c2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@ javacore.*
heapdump.*
core.*
Snap.*
+# maven
+/*/target/

Back to the top