Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cc7775957..4471be27f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -122,14 +122,20 @@ tests/test-dwarf/*.ncb
/target_explorer/plugins/org.eclipse.tm.te.ui.swt/bin
/target_explorer/plugins/org.eclipse.tm.te.ui.terminals/target
/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.views/target
/target_explorer/plugins/org.eclipse.tm.te.ui.views/bin
/target_explorer/features/org.eclipse.tm.te.feature/target
/target_explorer/features/org.eclipse.tm.te.feature/bin
+/target_explorer/features/org.eclipse.tm.te.cdt.feature/target
+/target_explorer/features/org.eclipse.tm.te.cdt.feature/bin
/target_explorer/features/org.eclipse.tm.te.rcp.feature/target
/target_explorer/features/org.eclipse.tm.te.rcp.feature/bin
/target_explorer/features/org.eclipse.tm.te.sdk.feature/target
/target_explorer/features/org.eclipse.tm.te.sdk.feature/bin
+/target_explorer/features/org.eclipse.tm.te.cdt.sdk.feature/target
+/target_explorer/features/org.eclipse.tm.te.cdt.sdk.feature/bin
/target_explorer/features/org.eclipse.tm.te.tcf.feature/target
/target_explorer/features/org.eclipse.tm.te.tcf.feature/bin
/target_explorer/features/org.eclipse.tm.te.tcf.rcp.feature/target

Back to the top