From: Fam Zheng Date: Tue, 5 Sep 2017 02:11:50 +0000 (+0800) Subject: gitignore: Ignore vm test images X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b8bd2f598b7d8afa5413c36c77830c465a4c9034;p=qemu.git gitignore: Ignore vm test images Signed-off-by: Fam Zheng Reviewed-by: Eric Blake --- 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 *.[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