[poky] [PATCH] .gitignore: expand pyshtables.py ignoring
Lauri Hintsala
lauri.hintsala at bluegiga.com
Thu Mar 15 04:49:16 PDT 2012
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>
---
.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/
--
1.7.4.1
More information about the poky
mailing list