Skip to main content
summaryrefslogtreecommitdiffstats
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
index 893b4f295b7..f7694166f46 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,9 @@ plugins/org.eclipse.osee.framework.dev.help.ui/bin/
plugins/org.eclipse.osee.framework.templates/bin/
plugins/org.eclipse.osee.framework.ui.product/bin/
plugins/org.eclipse.osee.support.build/bin/
+plugins/org.eclipse.osee.client.integration.tests/bin/
+plugins/org.eclipse.osee.framework.core.datastore.test/bin/
+plugins/org.eclipse.osee.framework.core.datastore/bin/
plugins/org.eclipse.osee.framework.core.message.test/bin/
plugins/org.eclipse.osee.framework.core.message/bin/
plugins/org.eclipse.osee.framework.core.model.test/bin/

Back to the top