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:51:04 +0100 |
commit | 6904f7583195c972f87dce708ea1e2435347d297 (patch) | |
tree | e39b637a2d7f380af8756612bf23b7b1f672072b /.gitignore | |
parent | e3e32fb76e7774b7723321eba5bf4222334b5565 (diff) | |
download | poky-6904f7583195c972f87dce708ea1e2435347d297.tar.gz |
.gitignore: Update build ignores to have wildcard
ignore not just build/* but any build*/* cases.
(From OE-Core rev: 36d0edd2f4c27b4c1040ba9d9ae52eee634cc95c)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index b13086deb7..d44e72926e 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -1,11 +1,11 @@ | |||
1 | *.pyc | 1 | *.pyc |
2 | *.pyo | 2 | *.pyo |
3 | build/conf/local.conf | 3 | build*/conf/local.conf |
4 | build/conf/bblayers.conf | 4 | build*/conf/bblayers.conf |
5 | build/downloads | 5 | build*/downloads |
6 | build/tmp/ | 6 | build*/tmp/ |
7 | build/sstate-cache | 7 | build*/sstate-cache |
8 | build/pyshtables.py | 8 | build*/pyshtables.py |
9 | pstage/ | 9 | pstage/ |
10 | scripts/oe-git-proxy-socks | 10 | scripts/oe-git-proxy-socks |
11 | sources/ | 11 | sources/ |