diff options
author | Fam Zheng | 2017-09-05 04:11:50 +0200 |
---|---|---|
committer | Fam Zheng | 2017-09-22 04:46:25 +0200 |
commit | b8bd2f598b7d8afa5413c36c77830c465a4c9034 (patch) | |
tree | 838bf4da3329dfc0c656e67b2b47fc69bf83adb6 /.gitignore | |
parent | MAINTAINERS: Fix subsystem name for "Build and test automation" (diff) | |
download | qemu-b8bd2f598b7d8afa5413c36c77830c465a4c9034.tar.gz qemu-b8bd2f598b7d8afa5413c36c77830c465a4c9034.tar.xz qemu-b8bd2f598b7d8afa5413c36c77830c465a4c9034.zip |
gitignore: Ignore vm test images
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |