Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2015-01-05 16:57:13 +0000
committerChristian W. Damus2015-01-05 16:58:07 +0000
commit20d498e035a21d494a16155520b585c41c9e5e4e (patch)
tree503e4dcaea8ed4fad21a61bae6f574fc95fe57a5 /.gitignore
parentde642b8cdba0a0bb5843e19b086863419d55456a (diff)
downloadorg.eclipse.papyrus-20d498e035a21d494a16155520b585c41c9e5e4e.tar.gz
org.eclipse.papyrus-20d498e035a21d494a16155520b585c41c9e5e4e.tar.xz
org.eclipse.papyrus-20d498e035a21d494a16155520b585c41c9e5e4e.zip
[Releng] Git-ignore Oomph run-time workspaces
Ignore the workspace metadata folder created by Oomph when launching tests, if the PDE Target includes the Oomph setup components imported by the Papyrus/Developer project in the setup model.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 8 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index ef5364d6d3b..b28e4b32220 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,8 @@
-bin/
-target/
-*.java._trace
-*.pyc
-.DS_Store
+bin/
+target/
+*.java._trace
+*.pyc
+.DS_Store
+
+# Workspace metadata folder created by Oomph when launching tests.
+tests/**/.metadata/ \ No newline at end of file

Back to the top