Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2011-10-24 13:30:57 +0000
committerUwe Stieber2011-10-24 13:36:03 +0000
commit8937fc15ae552346c3afe7cba2fa798a882a80f4 (patch)
treec92287453882cf76118d291c12e04dd895b3dd08 /.gitignore
parent2625908f8a15cc54ea8acac3ff2134618cab133b (diff)
downloadorg.eclipse.tcf-8937fc15ae552346c3afe7cba2fa798a882a80f4.tar.gz
org.eclipse.tcf-8937fc15ae552346c3afe7cba2fa798a882a80f4.tar.xz
org.eclipse.tcf-8937fc15ae552346c3afe7cba2fa798a882a80f4.zip
Target Explorer: Added connection type, connection type bindings and connect strategy extension points and related stepper framework
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 23e568daf..9879cf8c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -96,6 +96,8 @@ tests/test-dwarf/*.ncb
/target_explorer/plugins/org.eclipse.tm.te.runtime.services/bin
/target_explorer/plugins/org.eclipse.tm.te.runtime.statushandler/target
/target_explorer/plugins/org.eclipse.tm.te.runtime.statushandler/bin
+/target_explorer/plugins/org.eclipse.tm.te.runtime.stepper/target
+/target_explorer/plugins/org.eclipse.tm.te.runtime.stepper/bin
/target_explorer/plugins/org.eclipse.tm.te.tcf.core/target
/target_explorer/plugins/org.eclipse.tm.te.tcf.core/bin
/target_explorer/plugins/org.eclipse.tm.te.tcf.filesystem/target

Back to the top