diff options
author | Bill Traynor <wmat@alphatroop.com> | 2013-01-14 14:32:51 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-27 21:03:13 +0000 |
commit | a43f1b278f1abf076f0a0f7e5a1299b85e0a742a (patch) | |
tree | 7bba441a9d5a9a72ebeeb7d66d521952f40380bc | |
parent | bfa18b58d320edafef847e46f7670ddddfb8e3cf (diff) | |
download | poky-a43f1b278f1abf076f0a0f7e5a1299b85e0a742a.tar.gz |
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>
-rw-r--r-- | .gitignore | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 999be20446..06df61b253 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -17,8 +17,7 @@ hob-image-*.bb | |||
17 | !meta-yocto | 17 | !meta-yocto |
18 | !meta-yocto-bsp | 18 | !meta-yocto-bsp |
19 | !meta-yocto-imported | 19 | !meta-yocto-imported |
20 | bitbake/doc/manual/html/ | 20 | documentation/user-manual/user-manual.html |
21 | bitbake/doc/manual/pdf/ | 21 | documentation/user-manual/user-manual.pdf |
22 | bitbake/doc/manual/txt/ | 22 | documentation/user-manual/user-manual.tgz |
23 | bitbake/doc/manual/xhtml/ | ||
24 | pull-*/ | 23 | pull-*/ |