mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
External distributions based on the oe-core will typically include bitbake in the top level directory. The idea is to make it easy for external distributions to easily assemble a distribution with a pristine version of oe-core, add avoid the git untracked messages: # Untracked files: # (use "git add <file>..." to include in what will be committed) # # bitbake/ [RP: remove leading slash] (From OE-Core rev: 9cd30beba77497288eeb2545920bc23f2a77cf16) Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
237 B
Plaintext
22 lines
237 B
Plaintext
bitbake
|
|
*.pyc
|
|
*.pyo
|
|
build*/conf/local.conf
|
|
build*/conf/bblayers.conf
|
|
build*/downloads
|
|
build*/tmp/
|
|
build*/sstate-cache
|
|
pyshtables.py
|
|
pstage/
|
|
scripts/oe-git-proxy-socks
|
|
sources/
|
|
meta-*
|
|
!meta-skeleton
|
|
!meta-demoapps
|
|
*.swp
|
|
*.orig
|
|
*.rej
|
|
*~
|
|
|
|
|