qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v6 01/12] gitignore: Ignore vm test images


From: Alex Bennée
Subject: Re: [Qemu-devel] [PATCH v6 01/12] gitignore: Ignore vm test images
Date: Fri, 08 Sep 2017 15:12:53 +0100
User-agent: mu4e 0.9.19; emacs 25.2.50.3

Fam Zheng <address@hidden> writes:

> Signed-off-by: Fam Zheng <address@hidden>
> ---
>  .gitignore       | 1 +
>  tests/.gitignore | 1 +
>  2 files changed, 2 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index cf65316863..40acfcb9e2 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -52,6 +52,7 @@
>  /vscclient
>  /vhost-user-scsi
>  /fsdev/virtfs-proxy-helper
> +*.tmp

I'm not sure we should be dumping anything in the rootdir, .gitignored
or not.

>  *.[1-9]
>  *.a
>  *.aux
> diff --git a/tests/.gitignore b/tests/.gitignore
> index fed0189a5a..cf6d99c91e 100644
> --- a/tests/.gitignore
> +++ b/tests/.gitignore
> @@ -95,3 +95,4 @@ test-filter-mirror
>  test-filter-redirector
>  *-test
>  qapi-schema/*.test.*
> +vm/*.img


--
Alex Bennée



reply via email to

[Prev in Thread] Current Thread [Next in Thread]