On Fri, 2017-02-10 at 15:18 +0100, Ulf Hermann wrote: > Some test binaries were missing and showed up in "git status". > > Signed-off-by: Ulf Hermann <ulf.herm...@qt.io>
Thanks, applied. (Although, this is why I don't like srcdir == builddir builds, but it is supported). But note that your patch seemed to have been mangled. > --- > .gitignore | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/.gitignore b/.gitignore > index c583347..0ee3af7 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -93,6 +93,7 @@ Makefile.in > /tests/asm-tst9 > /tests/backtrace > /tests/backtrace-child > +/tests/backtrace-child-biarch There are double spaces at some of the lines, causing the patch not to apply as is. Cheers, Mark