[oe-commits] Lauri Hintsala : .gitignore: expand pyshtables.py ignoring

git at git.openembedded.org git at git.openembedded.org
Thu Mar 15 13:16:45 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 975e93fadfc90b7dbdf42fa6ceaef5c38166f2d9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=975e93fadfc90b7dbdf42fa6ceaef5c38166f2d9

Author: Lauri Hintsala <lauri.hintsala at bluegiga.com>
Date:   Thu Mar 15 13:49:16 2012 +0200

.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 at bluegiga.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .gitignore |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 11b7024..04e36c5 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/





More information about the Openembedded-commits mailing list