Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2011-10-03 05:51:11 +0000
committerUwe Stieber2011-10-03 05:51:11 +0000
commit44c499fef7c3aa6095ba0b5ff8847a4191ca2575 (patch)
tree24ca7f27fcd023a7ef89f6bc96e8bf0e64561b89 /.gitignore
parent87f59ec3e4f931990143a84992e76b3b6b7d3c8d (diff)
downloadorg.eclipse.tcf-44c499fef7c3aa6095ba0b5ff8847a4191ca2575.tar.gz
org.eclipse.tcf-44c499fef7c3aa6095ba0b5ff8847a4191ca2575.tar.xz
org.eclipse.tcf-44c499fef7c3aa6095ba0b5ff8847a4191ca2575.zip
Target Explorer: Split out extension point abstract manager
implementations into own plugin
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 43d21e5cf..933dfe902 100644
--- a/.gitignore
+++ b/.gitignore
@@ -82,6 +82,8 @@ tests/test-dwarf/*.ncb
/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.extensions/target
+/target_explorer/plugins/org.eclipse.tm.te.core.extensions/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