From 179f8eef85768826e5928a41d04f5f7981e962a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Golembiovsk=C3=BD?= Date: Wed, 21 Feb 2018 10:39:10 +0100 Subject: [PATCH] tmp: ignore virt-v2v overlay files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Failed virt-v2v tests can leave the overlay files on disk. Make sure they are ignored. Signed-off-by: Tomáš Golembiovský (cherry picked from commit 4344d9115b638ab7c0fcada7d3b045df464da1aa) --- 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