diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-07-21 09:04:50 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-22 11:50:04 +0100 |
commit | 36d0edd2f4c27b4c1040ba9d9ae52eee634cc95c (patch) | |
tree | e60b40561aaa4168530e2eb0bd20ed76dc091539 /.gitignore | |
parent | 5b43339e2cc7c3f556665260ad7f2a5ee200e0af (diff) | |
download | openembedded-core-contrib-36d0edd2f4c27b4c1040ba9d9ae52eee634cc95c.tar.gz |
.gitignore: Update build ignores to have wildcard
ignore not just build/* but any build*/* cases.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index b13086deb79..d44e72926e1 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/ |