Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2011-10-03 08:51:07 +0000
committerUwe Stieber2011-10-03 08:51:07 +0000
commitdf74f41bd06f13d1a1b2a4a8e85ef8b93377e593 (patch)
tree3bc1d08b28b5e4f720463fe44e2db968f789df3e /.gitignore
parent44c499fef7c3aa6095ba0b5ff8847a4191ca2575 (diff)
downloadorg.eclipse.tcf-df74f41bd06f13d1a1b2a4a8e85ef8b93377e593.tar.gz
org.eclipse.tcf-df74f41bd06f13d1a1b2a4a8e85ef8b93377e593.tar.xz
org.eclipse.tcf-df74f41bd06f13d1a1b2a4a8e85ef8b93377e593.zip
Target Explorer: Restructure plug-in name spaces
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 10 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 933dfe902..49f591f98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -80,20 +80,20 @@ 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.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
-/target_explorer/plugins/org.eclipse.tm.te.core.persistence/bin
-/target_explorer/plugins/org.eclipse.tm.te.core.statushandler/target
-/target_explorer/plugins/org.eclipse.tm.te.core.statushandler/bin
/target_explorer/plugins/org.eclipse.tm.te.rcp/target
/target_explorer/plugins/org.eclipse.tm.te.rcp/bin
/target_explorer/plugins/org.eclipse.tm.te.rcp.application/target
/target_explorer/plugins/org.eclipse.tm.te.rcp.application/bin
+/target_explorer/plugins/org.eclipse.tm.te.runtime/target
+/target_explorer/plugins/org.eclipse.tm.te.runtime/bin
+/target_explorer/plugins/org.eclipse.tm.te.runtime.concurrent/target
+/target_explorer/plugins/org.eclipse.tm.te.runtime.concurrent/bin
+/target_explorer/plugins/org.eclipse.tm.te.runtime.model/target
+/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.statushandler/target
+/target_explorer/plugins/org.eclipse.tm.te.runtime.statushandler/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