Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a426046ad..43d21e5cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -80,6 +80,8 @@ tests/test-dwarf/*.ncb
# target explorer
/target_explorer/plugins/org.eclipse.tm.te.core/target
/target_explorer/plugins/org.eclipse.tm.te.core/bin
+/target_explorer/plugins/org.eclipse.tm.te.core.concurrent/target
+/target_explorer/plugins/org.eclipse.tm.te.core.concurrent/bin
/target_explorer/plugins/org.eclipse.tm.te.core.model/target
/target_explorer/plugins/org.eclipse.tm.te.core.model/bin
/target_explorer/plugins/org.eclipse.tm.te.core.persistence/target

Back to the top