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.bur...@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 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core