Re: [Qemu-devel] [PATCH] build-sys: generate tests/.gitignore

2017-09-05 Thread Markus Armbruster
Eric Blake writes: > On 09/05/2017 05:42 AM, Marc-André Lureau wrote: >> On Mon, Sep 4, 2017 at 12:21 PM Thomas Huth wrote: >> >>> On 04.09.2017 11 <04%2009%2020%2017%2011>:03, Marc-André Lureau wrote: >>> > tests/.gitignore is often out of date. Let's generate it based on the >>> > files and di

Re: [Qemu-devel] [PATCH] build-sys: generate tests/.gitignore

2017-09-05 Thread Thomas Huth
On 05.09.2017 12:42, Marc-André Lureau wrote: > Hi > > On Mon, Sep 4, 2017 at 12:21 PM Thomas Huth > wrote: > > On 04.09.2017 11 :03, Marc-André Lureau > wrote: [...] > >  # Build the help program automatically > > > >  all: $(QEMU_IOTESTS_HELPERS-y)

Re: [Qemu-devel] [PATCH] build-sys: generate tests/.gitignore

2017-09-05 Thread Eric Blake
On 09/05/2017 05:42 AM, Marc-André Lureau wrote: > > I understand the feeling, I do also mostly out of tree build. However, I > don't think it makes much sense to generate .gitignore in the build dir. > It's git related, and in the git source dir, you have .git that is writable > already: it'd be

Re: [Qemu-devel] [PATCH] build-sys: generate tests/.gitignore

2017-09-05 Thread Eric Blake
On 09/04/2017 04:03 AM, Marc-André Lureau wrote: > tests/.gitignore is often out of date. Let's generate it based on the > files and directories to clean. In fact, it got out-of-date again with the recent cbb6540. > > Note: I didn't succeed yet at generalizing this approach for the rest > of qem

Re: [Qemu-devel] [PATCH] build-sys: generate tests/.gitignore

2017-09-05 Thread Marc-André Lureau
Hi On Mon, Sep 4, 2017 at 12:21 PM Thomas Huth wrote: > On 04.09.2017 11 <04%2009%2020%2017%2011>:03, Marc-André Lureau wrote: > > tests/.gitignore is often out of date. Let's generate it based on the > > files and directories to clean. > > > > Note: I didn't succeed yet at generalizing this app

Re: [Qemu-devel] [PATCH] build-sys: generate tests/.gitignore

2017-09-04 Thread Thomas Huth
On 04.09.2017 11:03, Marc-André Lureau wrote: > tests/.gitignore is often out of date. Let's generate it based on the > files and directories to clean. > > Note: I didn't succeed yet at generalizing this approach for the rest > of qemu .gitignore files, but I hope it may eventually happen. > > Si

[Qemu-devel] [PATCH] build-sys: generate tests/.gitignore

2017-09-04 Thread Marc-André Lureau
tests/.gitignore is often out of date. Let's generate it based on the files and directories to clean. Note: I didn't succeed yet at generalizing this approach for the rest of qemu .gitignore files, but I hope it may eventually happen. Signed-off-by: Marc-André Lureau --- Makefile