소스 검색

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 년 전
부모
커밋
6e3353872d
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  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