Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2011-10-19 10:27:08 +0000
committerUwe Stieber2011-10-19 10:27:08 +0000
commitb9541b8cbcac8ecb2ce581c94cb7a0bd27b75443 (patch)
tree136c4a1daa8ce540d000e7ca58ad8c5752d61729 /.gitignore
parentcb3b6d13c585e9673bcc60e55813c2e303d16339 (diff)
downloadorg.eclipse.tcf-b9541b8cbcac8ecb2ce581c94cb7a0bd27b75443.tar.gz
org.eclipse.tcf-b9541b8cbcac8ecb2ce581c94cb7a0bd27b75443.tar.xz
org.eclipse.tcf-b9541b8cbcac8ecb2ce581c94cb7a0bd27b75443.zip
Target Explorer: Added SSH terminals plug-in container
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4fcf1f0bd..23e568daf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -128,6 +128,8 @@ tests/test-dwarf/*.ncb
/target_explorer/plugins/org.eclipse.tm.te.ui.terminals/bin
/target_explorer/plugins/org.eclipse.tm.te.ui.terminals.process/target
/target_explorer/plugins/org.eclipse.tm.te.ui.terminals.process/bin
+/target_explorer/plugins/org.eclipse.tm.te.ui.terminals.ssh/target
+/target_explorer/plugins/org.eclipse.tm.te.ui.terminals.ssh/bin
/target_explorer/plugins/org.eclipse.tm.te.ui.views/target
/target_explorer/plugins/org.eclipse.tm.te.ui.views/bin
/target_explorer/features/org.eclipse.tm.te.feature/target

Back to the top