From a43f1b278f1abf076f0a0f7e5a1299b85e0a742a Mon Sep 17 00:00:00 2001
From: Bill Traynor <wmat@alphatroop.com>
Date: Mon, 14 Jan 2013 14:32:51 -0500
Subject: [PATCH] bitbake: gitignore: Update for recent docs changes

Added a few more files to gitignore file to allow document
generation testing.

(Bitbake rev: f6310ca9ccb402a7569a79a4e92751c6d5733697)

Signed-off-by: Bill Traynor <wmat@alphatroop.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .gitignore | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 999be204460..06df61b2532 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,8 +17,7 @@ hob-image-*.bb
 !meta-yocto
 !meta-yocto-bsp
 !meta-yocto-imported
-bitbake/doc/manual/html/
-bitbake/doc/manual/pdf/
-bitbake/doc/manual/txt/
-bitbake/doc/manual/xhtml/
+documentation/user-manual/user-manual.html
+documentation/user-manual/user-manual.pdf
+documentation/user-manual/user-manual.tgz
 pull-*/
-- 
GitLab