.gitignore: expand pyshtables.py ignoring

Bitbake generates pyshtables.py to bitbake/lib/bb/pysh/ folder if the user
has write permissions there. Let's ignore generated file also on that location.

(From OE-Core rev: 975e93fadfc90b7dbdf42fa6ceaef5c38166f2d9)

Signed-off-by: Lauri Hintsala <lauri.hintsala@bluegiga.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Lauri Hintsala 2012-03-15 13:49:16 +02:00 committed by Richard Purdie
parent 0be2788773
commit ad811056d1
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -5,7 +5,7 @@ build*/conf/bblayers.conf
build*/downloads
build*/tmp/
build*/sstate-cache
build*/pyshtables.py
pyshtables.py
pstage/
scripts/oe-git-proxy-socks
sources/