[Libguestfs] [PATCH] tmp: ignore virt-v2v overlay files

Tomáš Golembiovský tgolembi at redhat.com
Wed Feb 21 09:39:10 UTC 2018


Failed virt-v2v tests can leave the overlay files on disk. Make sure
they are ignored.

Signed-off-by: Tomáš Golembiovský <tgolembi at redhat.com>
---
 tmp/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tmp/.gitignore b/tmp/.gitignore
index 28ac388f3..912a946b6 100644
--- a/tmp/.gitignore
+++ b/tmp/.gitignore
@@ -2,4 +2,5 @@
 /guestfs.*
 /libguestfs??????/
 /run-*
+/v2vovl*.qcow2
 /valgrind-*.log
-- 
2.16.1




More information about the Libguestfs mailing list