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

2017-09-11 Thread Marc-André Lureau
tests/.gitignore is often out of date. Let's generate it based on the files and directories to clean. Generate it by default only when doing in-tree build. Signed-off-by: Marc-André Lureau --- Makefile | 9 - tests/.gitignore | 97

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

2016-10-27 Thread Eric Blake
On 09/22/2016 04:11 PM, Marc-André Lureau wrote: > It's too easy to forget about updating the .gitignore, so this is an > attempt at generating it instead. > > This approach assumes that the files to clean are the one to put in > the .gitignore. > > Signed-off-by: Marc-André Lureau > --- > v2: >

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

2016-09-22 Thread Marc-André Lureau
It's too easy to forget about updating the .gitignore, so this is an attempt at generating it instead. This approach assumes that the files to clean are the one to put in the .gitignore. Signed-off-by: Marc-André Lureau --- v2: - fix make check-clean - improve adding $(QEMU_IOTESTS_HELPERS-y)