gitignore: Ignore vm test images
Signed-off-by: Fam Zheng <famz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
0475a03eb8
commit
b8bd2f598b
|
@ -52,6 +52,7 @@
|
||||||
/vscclient
|
/vscclient
|
||||||
/vhost-user-scsi
|
/vhost-user-scsi
|
||||||
/fsdev/virtfs-proxy-helper
|
/fsdev/virtfs-proxy-helper
|
||||||
|
*.tmp
|
||||||
*.[1-9]
|
*.[1-9]
|
||||||
*.a
|
*.a
|
||||||
*.aux
|
*.aux
|
||||||
|
|
|
@ -95,3 +95,4 @@ test-filter-mirror
|
||||||
test-filter-redirector
|
test-filter-redirector
|
||||||
*-test
|
*-test
|
||||||
qapi-schema/*.test.*
|
qapi-schema/*.test.*
|
||||||
|
vm/*.img
|
||||||
|
|
Loading…
Reference in New Issue