Skip to content
Snippets Groups Projects
Commit 1d86b2c3 authored by Ross Burton's avatar Ross Burton Committed by Richard Purdie
Browse files

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.

(From OE-Core rev: 6e3353872d377dfe2689832b3f04f18c2366bc8c)

Signed-off-by: default avatarRoss Burton <ross.burton@intel.com>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
parent 984b0dc8
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment