Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..c5da06bcc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+# maven
+/*/*/target/
+/bundles/org.eclipse.osgi/supplement/target/

Back to the top