Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] ignore build*/ entirely
@ 2012-06-20 11:47 Ross Burton
  2012-06-20 11:47 ` [PATCH 1/1] gitignore: " Ross Burton
  0 siblings, 1 reply; 3+ messages in thread
From: Ross Burton @ 2012-06-20 11:47 UTC (permalink / raw)
  To: openembedded-core

Instead of ignoring bits of the build dir, just ignore the entire thing. 
build/ shouldn't be in git, right?

The following changes since commit e0a70547069fe7e8a2d6bdaffc985fb172d46c31:

  perl: Allow perl to cross build and native build in a directory named "t" (2012-06-18 17:33:04 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ross/ignore
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ross/ignore

Ross Burton (1):
  gitignore: ignore build*/ entirely

 .gitignore |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

-- 
1.7.10




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

* [PATCH 1/1] gitignore: ignore build*/ entirely
  2012-06-20 11:47 [PATCH 0/1] ignore build*/ entirely Ross Burton
@ 2012-06-20 11:47 ` Ross Burton
  2012-06-21 12:23   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Ross Burton @ 2012-06-20 11:47 UTC (permalink / raw)
  To: openembedded-core

Previously parts of build*/ were ignored, but unless you committed the top-level
build/ in a branch this didn't achieve anything.  Change that to ignore all
top-level build* directories.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 .gitignore |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 688acec..bd0acdc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,11 +2,7 @@ bitbake
 *.pyc
 *.pyo
 /*.patch
-build*/conf/local.conf
-build*/conf/bblayers.conf
-build*/downloads
-build*/tmp/
-build*/sstate-cache
+build*/
 pyshtables.py
 pstage/
 scripts/oe-git-proxy-socks
-- 
1.7.10




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

* Re: [PATCH 1/1] gitignore: ignore build*/ entirely
  2012-06-20 11:47 ` [PATCH 1/1] gitignore: " Ross Burton
@ 2012-06-21 12:23   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-06-21 12:23 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, 2012-06-20 at 12:47 +0100, Ross Burton wrote:
> Previously parts of build*/ were ignored, but unless you committed the top-level
> build/ in a branch this didn't achieve anything.  Change that to ignore all
> top-level build* directories.
> 
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
>  .gitignore |    6 +-----
>  1 file changed, 1 insertion(+), 5 deletions(-)

Merged to master, thanks.

Richard




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

end of thread, other threads:[~2012-06-21 12:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-20 11:47 [PATCH 0/1] ignore build*/ entirely Ross Burton
2012-06-20 11:47 ` [PATCH 1/1] gitignore: " Ross Burton
2012-06-21 12:23   ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox