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
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:
>
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)