[eclipse-poky] [PATCH] Add additional transient artifacts to .gitignore

Tim Orling timothy.t.orling at linux.intel.com
Mon Feb 12 19:32:54 PST 2018


When building multiple versions of the plugins for
multiple eclipse versions, the developer's workspace
can get fairly cluttered with transient artifacts. Make
it easier to see changes that matter compared to git repo.

Signed-off-by: Tim Orling <timothy.t.orling at linux.intel.com>
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index f46a43d9e98..7ff962191ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,7 @@ plugins/org.yocto.doc.user/html/sdk-manual-toc.xml
 plugins/org.yocto.doc.user/html/sdk-manual/
 plugins/org.yocto.doc.user/html/yocto-project-qs-toc.xml
 plugins/org.yocto.doc.user/html/yocto-project-qs/
+org.yocto*.zip
+patches/
+eclipse-*-linux-gtk-x86_64/
+*.log
-- 
2.13.6




More information about the eclipse-yocto mailing list