]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit - .gitignore
gitignore: fix overzealous exclusion
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 3 Sep 2015 11:03:21 +0000 (12:03 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Nov 2015 11:37:12 +0000 (11:37 +0000)
commit3a60e5dba0ea914b1bd7a2073c1977e1d8529541
tree299150b2f7a11f7243a7c4f86b3795549f45ebc5
parentc64fdfd27103a4962c74c88f4ef7940cda6832eb
gitignore: fix overzealous exclusion

This was excluding any subdirectory anywhere in the tree named build*,
rather than just at the root - thus anything in
meta/recipes-devtools/build-compare had to be forcibly added. Change the
line so that it only operates at the root of the repo.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
.gitignore