mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
gitignore the cache directory created by the http client the log file for tests is already set up as an absolute path, so no need to recompute the path (Bitbake rev: 80f525e5cbe83e0407ecddf84401d68213c6d5cf) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
468 B
Plaintext
26 lines
468 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-yocto
|
|
!meta-yocto-bsp
|
|
!meta-yocto-imported
|
|
documentation/user-manual/user-manual.html
|
|
documentation/user-manual/user-manual.pdf
|
|
documentation/user-manual/user-manual.tgz
|
|
pull-*/
|
|
bitbake/lib/toaster/contrib/tts/backlog.txt
|
|
bitbake/lib/toaster/contrib/tts/log/*
|
|
bitbake/lib/toaster/contrib/tts/.cache/* |