mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-05 05:04:44 +02:00
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>
This commit is contained in:
parent
88b65c79ac
commit
cf77faba91
24
.gitignore
vendored
24
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user