mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
Previously parts of build*/ were ignored, but unless you committed the top-level build/ in a branch this didn't achieve anything. Change that to ignore all top-level build* directories. (From OE-Core rev: 6e3353872d377dfe2689832b3f04f18c2366bc8c) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
156 B
Plaintext
19 lines
156 B
Plaintext
bitbake
|
|
*.pyc
|
|
*.pyo
|
|
/*.patch
|
|
build*/
|
|
pyshtables.py
|
|
pstage/
|
|
scripts/oe-git-proxy-socks
|
|
sources/
|
|
meta-*
|
|
!meta-skeleton
|
|
!meta-demoapps
|
|
*.swp
|
|
*.orig
|
|
*.rej
|
|
*~
|
|
|
|
|