Browse Source

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>
Ross Burton 12 years ago
parent
commit
6e3353872d
1 changed files with 1 additions and 5 deletions
  1. 1 5
      .gitignore

+ 1 - 5
.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