diff options
author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2013-01-09 11:05:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-09 15:04:46 +0000 |
commit | ebe201c6366196e1ae7c845901cc886d7688fdf7 (patch) | |
tree | e8e077663bc7adb76d491bf62347be70b88fb89f | |
parent | 7e1f8faad0c4b6f490c26f87acc698dd6e002b15 (diff) | |
download | poky-ebe201c6366196e1ae7c845901cc886d7688fdf7.tar.gz |
.gitignore: Git ignore pull requests and built manuals
We ignore the in-tree built manuals, and
the in-tree pull requests.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d99a409159..43f7688b0d 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -16,3 +16,8 @@ hob-image-*.bb | |||
16 | *~ | 16 | *~ |
17 | !meta-yocto | 17 | !meta-yocto |
18 | !meta-yocto-bsp | 18 | !meta-yocto-bsp |
19 | bitbake/doc/manual/html/ | ||
20 | bitbake/doc/manual/pdf/ | ||
21 | bitbake/doc/manual/txt/ | ||
22 | bitbake/doc/manual/xhtml/ | ||
23 | pull-*/ | ||