Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2011-10-07 14:50:34 +0000
committerUwe Stieber2011-10-07 14:50:34 +0000
commitffdc73764e04a322b44649775c5bf9a22b9174bd (patch)
treebcce4f5c6e446d3639d07086849c6902baf85588 /.gitignore
parent8d38c15276e84d20d79d42d03d180966fdf5d80c (diff)
downloadorg.eclipse.tcf-ffdc73764e04a322b44649775c5bf9a22b9174bd.tar.gz
org.eclipse.tcf-ffdc73764e04a322b44649775c5bf9a22b9174bd.tar.xz
org.eclipse.tcf-ffdc73764e04a322b44649775c5bf9a22b9174bd.zip
Target Explorer: Adjust code formatter settings, contributed remote
process launch and related infrastructure
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9acc50223..cc7775957 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,6 +92,8 @@ tests/test-dwarf/*.ncb
/target_explorer/plugins/org.eclipse.tm.te.runtime.model/bin
/target_explorer/plugins/org.eclipse.tm.te.runtime.persistence/target
/target_explorer/plugins/org.eclipse.tm.te.runtime.persistence/bin
+/target_explorer/plugins/org.eclipse.tm.te.runtime.services/target
+/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.tcf.core/target

Back to the top