From: Paul Eggleton Date: Thu, 3 Sep 2015 11:03:21 +0000 (+0100) Subject: gitignore: fix overzealous exclusion X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28423 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a60e5dba0ea914b1bd7a2073c1977e1d8529541;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton --- diff --git a/.gitignore b/.gitignore index e80a2fde3a2..d8f22592289 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ bitbake *.pyc *.pyo /*.patch -build*/ +/build*/ pyshtables.py pstage/ scripts/oe-git-proxy-socks