All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] .gitignore: expand pyshtables.py ignoring
@ 2012-03-15 11:49 Lauri Hintsala
  2012-03-15 13:13 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Lauri Hintsala @ 2012-03-15 11:49 UTC (permalink / raw)
  To: poky

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>
---
 .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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] .gitignore: expand pyshtables.py ignoring
  2012-03-15 11:49 [PATCH] .gitignore: expand pyshtables.py ignoring Lauri Hintsala
@ 2012-03-15 13:13 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-03-15 13:13 UTC (permalink / raw)
  To: Lauri Hintsala; +Cc: poky

On Thu, 2012-03-15 at 13:49 +0200, Lauri Hintsala wrote:
> 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>
> ---
>  .gitignore |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Merged to master, thanks.

Richard



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-15 13:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-15 11:49 [PATCH] .gitignore: expand pyshtables.py ignoring Lauri Hintsala
2012-03-15 13:13 ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.