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:17 +0000 |
commit | ad811056d1bf3b5e1d642b8d522ac284357a6c53 (patch) | |
tree | 48b1691cc8b341dc181b45e0c893461944527cc5 /.gitignore | |
parent | 0be2788773333e6202a78f692e6fb6b87fd7835c (diff) | |
download | poky-ad811056d1bf3b5e1d642b8d522ac284357a6c53.tar.gz |
.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>
Diffstat (limited to '.gitignore')
-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 | |||
5 | build*/downloads | 5 | build*/downloads |
6 | build*/tmp/ | 6 | build*/tmp/ |
7 | build*/sstate-cache | 7 | build*/sstate-cache |
8 | build*/pyshtables.py | 8 | pyshtables.py |
9 | pstage/ | 9 | pstage/ |
10 | scripts/oe-git-proxy-socks | 10 | scripts/oe-git-proxy-socks |
11 | sources/ | 11 | sources/ |