[OE-core] [PATCH] Git ignore pull requests and built manuals

Alex DAMIAN alexandru.damian at intel.com
Wed Jan 9 09:05:19 UTC 2013


From: Alexandru DAMIAN <alexandru.damian at intel.com>

We ignore the in-tree built manuals, and
the in-tree pull requests.
---
 .gitignore |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index d99a409..43f7688 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,8 @@ hob-image-*.bb
 *~
 !meta-yocto
 !meta-yocto-bsp
+bitbake/doc/manual/html/
+bitbake/doc/manual/pdf/
+bitbake/doc/manual/txt/
+bitbake/doc/manual/xhtml/
+pull-*/
-- 
1.7.10.4





More information about the Openembedded-core mailing list