[OE-core] [PATCH 1/1] gitignore: ignore build*/ entirely

Ross Burton ross.burton at intel.com
Wed Jun 20 11:47:14 UTC 2012


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





More information about the Openembedded-core mailing list