diff options
author | Ross Burton <ross.burton@intel.com> | 2012-06-20 12:47:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 12:52:49 +0100 |
commit | 6e3353872d377dfe2689832b3f04f18c2366bc8c (patch) | |
tree | 408003fe0d41d5534b0583b592a9cf1d0b658b68 | |
parent | 7d73cfb2ae24ad2b694244c56dd4648ba7e2df11 (diff) | |
download | openembedded-core-6e3353872d377dfe2689832b3f04f18c2366bc8c.tar.gz openembedded-core-6e3353872d377dfe2689832b3f04f18c2366bc8c.tar.bz2 openembedded-core-6e3353872d377dfe2689832b3f04f18c2366bc8c.zip |
gitignore: ignore build*/ entirely
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | .gitignore | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 688acec64f..bd0acdc161 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 |