diff options
author | Lauri Hintsala <lauri.hintsala@bluegiga.com> | 2012-03-15 13:49:16 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-15 13:13:12 +0000 |
commit | 975e93fadfc90b7dbdf42fa6ceaef5c38166f2d9 (patch) | |
tree | 44270a505390ab301ebb035051b5ba2f59034bde | |
parent | e082f1ff28203f8392cd70e273cdd1edf2592a5f (diff) | |
download | openembedded-core-975e93fadfc90b7dbdf42fa6ceaef5c38166f2d9.tar.gz openembedded-core-975e93fadfc90b7dbdf42fa6ceaef5c38166f2d9.tar.bz2 openembedded-core-975e93fadfc90b7dbdf42fa6ceaef5c38166f2d9.zip |
.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 <lauri.hintsala@bluegiga.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |