mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 11:43:04 +01:00
To support the basic workflow of trivial patches: git format-patch HEAD~.. ; git send-email --to foo@bar.com 0001-foo.patch We don't want git status reporting on patches lying in the top level dir in this case. Cc: Richard Purdie <richard.purdie@linuxfoundation.org> (From OE-Core rev: 7e32cbf30352e12c55c3c378631f4e238cf682c5) Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
238 B
Plaintext
22 lines
238 B
Plaintext
*.pyc
|
|
*.pyo
|
|
/*.patch
|
|
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
|
|
*~
|
|
|
|
|