diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | tests/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 fed0189..cf6d99c 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -95,3 +95,4 @@ test-filter-mirror test-filter-redirector *-test qapi-schema/*.test.* +vm/*.img |