[Qemu-devel] [PATCH v4 01/10] gitignore: Ignore vm test images

Fam Zheng posted 10 patches 8 years, 2 months ago
There is a newer version of this series
[Qemu-devel] [PATCH v4 01/10] gitignore: Ignore vm test images
Posted by Fam Zheng 8 years, 2 months ago
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index cf65316863..643e23e515 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,6 +52,8 @@
 /vscclient
 /vhost-user-scsi
 /fsdev/virtfs-proxy-helper
+/tests/vm/*.img
+*.tmp
 *.[1-9]
 *.a
 *.aux
-- 
2.13.5


Re: [Qemu-devel] [PATCH v4 01/10] gitignore: Ignore vm test images
Posted by Philippe Mathieu-Daudé 8 years, 2 months ago
On 08/28/2017 02:46 PM, Fam Zheng wrote:
> Signed-off-by: Fam Zheng <famz@redhat.com>
> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

> ---
>   .gitignore | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/.gitignore b/.gitignore
> index cf65316863..643e23e515 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -52,6 +52,8 @@
>   /vscclient
>   /vhost-user-scsi
>   /fsdev/virtfs-proxy-helper
> +/tests/vm/*.img
> +*.tmp
>   *.[1-9]
>   *.a
>   *.aux
>