]> code.ossystems Code Review - openembedded-core.git/commitdiff
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)
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

index e80a2fde3a2a9efe4544837520b9f986767be059..d8f22592289975d53e1ea40f01b6c942b5be2f34 100644 (file)
@@ -2,7 +2,7 @@ bitbake
 *.pyc
 *.pyo
 /*.patch
-build*/
+/build*/
 pyshtables.py
 pstage/
 scripts/oe-git-proxy-socks