Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b55979fa0..18a654035 100644
--- a/.gitignore
+++ b/.gitignore
@@ -89,6 +89,10 @@ tests/plugins/org.eclipse.tcf.debug.test/bin
/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/bin
/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target
/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/bin
+/target_explorer/plugins/org.eclipse.tcf.te.tcf.debug.core/target
+/target_explorer/plugins/org.eclipse.tcf.te.tcf.debug.core/bin
+/target_explorer/plugins/org.eclipse.tcf.te.tcf.debug.ui/target
+/target_explorer/plugins/org.eclipse.tcf.te.tcf.debug.ui/bin
/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem/target
/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem/bin
/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target

Back to the top