Failed virt-v2v tests can leave the overlay files on disk. Make sure they are ignored.
Signed-off-by: Tomáš Golembiovský <[email protected]> --- 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 _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
