From: Lauri Hintsala Date: Thu, 15 Mar 2012 11:49:16 +0000 (+0200) Subject: .gitignore: expand pyshtables.py ignoring X-Git-Tag: 2015-4~11396 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=975e93fadfc90b7dbdf42fa6ceaef5c38166f2d9;p=openembedded-core.git .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. Signed-off-by: Lauri Hintsala Signed-off-by: Richard Purdie --- diff --git a/.gitignore b/.gitignore index 11b7024533..04e36c5f5d 100644 --- a/.gitignore +++ b/.gitignore @@ -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/