Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2011-09-30 12:14:25 +0000
committerUwe Stieber2011-09-30 12:14:25 +0000
commita11808f81f32a0c64b0ffe0295f7978cac63ed15 (patch)
treeb475cdfc208ca300a918c119c7889c839bc17436 /.gitignore
parent4574399ff06f91b31022f389dcf256e8b12f4e92 (diff)
downloadorg.eclipse.tcf-a11808f81f32a0c64b0ffe0295f7978cac63ed15.tar.gz
org.eclipse.tcf-a11808f81f32a0c64b0ffe0295f7978cac63ed15.tar.xz
org.eclipse.tcf-a11808f81f32a0c64b0ffe0295f7978cac63ed15.zip
Target Explorer: Split out forms related implementations
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 374ed0904..bca7bdc10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -77,7 +77,7 @@ tests/test-dwarf/*.user
tests/test-dwarf/*.suo
tests/test-dwarf/*.ncb
-# target explorer
+# 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.persistence/target
@@ -104,6 +104,8 @@ tests/test-dwarf/*.ncb
/target_explorer/plugins/org.eclipse.tm.te.ui/bin
/target_explorer/plugins/org.eclipse.tm.te.ui.controls/target
/target_explorer/plugins/org.eclipse.tm.te.ui.controls/bin
+/target_explorer/plugins/org.eclipse.tm.te.ui.forms/target
+/target_explorer/plugins/org.eclipse.tm.te.ui.forms/bin
/target_explorer/plugins/org.eclipse.tm.te.ui.swt/target
/target_explorer/plugins/org.eclipse.tm.te.ui.swt/bin
/target_explorer/plugins/org.eclipse.tm.te.ui.views/target

Back to the top