This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/4] Add missing tests to .gitignore


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.hermann@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]