From 6e3353872d377dfe2689832b3f04f18c2366bc8c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 20 Jun 2012 12:47:14 +0100 Subject: 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 Signed-off-by: Richard Purdie --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.gitignore') 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 -- cgit 1.2.3-korg