diff options
author | 2012-12-26 09:01:36 -0800 | |
---|---|---|
committer | 2013-01-03 12:34:24 +0000 | |
commit | cf77faba91d43586a3e76d1a27699d853539af40 (patch) | |
tree | fba02e82f6c11808b42f2a51880e0dced87d7c69 | |
parent | 88b65c79ac181f39ac2b6ac70f6f3688c4c91f12 (diff) | |
download | poky-cf77faba91d43586a3e76d1a27699d853539af40.tar.gz poky-cf77faba91d43586a3e76d1a27699d853539af40.tar.bz2 poky-cf77faba91d43586a3e76d1a27699d853539af40.zip |
gitignore: add generated doc files to ignore list
(From OE-Core rev: c067fbcb910f888cc6328d725a395ce681862377)
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | .gitignore | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index f8db092989..32ade346dd 100644 --- a/.gitignore +++ b/.gitignore @@ -17,5 +17,25 @@ meta-* *.orig *.rej *~ - - +documentation/adt-manual/adt-manual.html +documentation/adt-manual/adt-manual.pdf +documentation/adt-manual/adt-manual.tgz +documentation/dev-manual/dev-manual.html +documentation/dev-manual/dev-manual.pdf +documentation/dev-manual/dev-manual.tgz +documentation/poky-ref-manual/poky-ref-manual.html +documentation/poky-ref-manual/poky-ref-manual.pdf +documentation/poky-ref-manual/poky-ref-manual.tgz +documentation/poky-ref-manual/bsp-guide.html +documentation/poky-ref-manual/bsp-guide.pdf +documentation/bsp-guide/bsp-guide.html +documentation/bsp-guide/bsp-guide.pdf +documentation/bsp-guide/bsp-guide.tgz +documentation/yocto-project-qs/yocto-project-qs.html +documentation/yocto-project-qs/yocto-project-qs.tgz +documentation/kernel-manual/kernel-manual.html +documentation/kernel-manual/kernel-manual.tgz +documentation/kernel-manual/kernel-manual.pdf +documentation/mega-manual/mega-manual.html +documentation/mega-manual/mega-manual.pdf +documentation/mega-manual/mega-manual.tgz |