From 37cfd8080ac4c49e9ea3f646f29b047b479753d6 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 3 Sep 2015 12:03:21 +0100 Subject: [PATCH] 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. (From OE-Core rev: 3a60e5dba0ea914b1bd7a2073c1977e1d8529541) Signed-off-by: Paul Eggleton Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 42358310bf..036ad09567 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *.pyc *.pyo /*.patch -build*/ +/build*/ pyshtables.py pstage/ scripts/oe-git-proxy-socks