mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
There are several different manuals by now, all of which produce output. The "eclipse" directory might even have been present the last time .gitignore was updated. Ignore the files and directories that can be generated during "make DOC=<directory>" as well as "make DOC=<directory> pdf". While at it, make sure the patterns only match for the top-level documentation directory. Signed-off-by: Sascha Silbe <x-yo17@se-silbe.de> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
28 lines
449 B
Plaintext
28 lines
449 B
Plaintext
*.pyc
|
|
*.pyo
|
|
/*.patch
|
|
/build*/
|
|
pyshtables.py
|
|
pstage/
|
|
scripts/oe-git-proxy-socks
|
|
sources/
|
|
meta-*/
|
|
!meta-skeleton
|
|
!meta-selftest
|
|
hob-image-*.bb
|
|
*.swp
|
|
*.orig
|
|
*.rej
|
|
*~
|
|
!meta-poky
|
|
!meta-yocto
|
|
!meta-yocto-bsp
|
|
!meta-yocto-imported
|
|
/documentation/*/eclipse/
|
|
/documentation/*/*.html
|
|
/documentation/*/*.pdf
|
|
/documentation/*/*.tgz
|
|
pull-*/
|
|
bitbake/lib/toaster/contrib/tts/backlog.txt
|
|
bitbake/lib/toaster/contrib/tts/log/*
|
|
bitbake/lib/toaster/contrib/tts/.cache/* |