From: Kumar Gala Date: Thu, 21 Jul 2011 14:04:50 +0000 (-0500) Subject: .gitignore: Update build ignores to have wildcard X-Git-Tag: 2011-1~641 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=36d0edd2f4c27b4c1040ba9d9ae52eee634cc95c;p=openembedded-core.git .gitignore: Update build ignores to have wildcard ignore not just build/* but any build*/* cases. Signed-off-by: Kumar Gala --- diff --git a/.gitignore b/.gitignore index b13086deb7..d44e72926e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,11 @@ *.pyc *.pyo -build/conf/local.conf -build/conf/bblayers.conf -build/downloads -build/tmp/ -build/sstate-cache -build/pyshtables.py +build*/conf/local.conf +build*/conf/bblayers.conf +build*/downloads +build*/tmp/ +build*/sstate-cache +build*/pyshtables.py pstage/ scripts/oe-git-proxy-socks sources/