From 058f847348f4ccb81ff9e8d5cef7a8183b3f9dc8 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Thu, 18 Aug 2022 16:13:52 +1000 Subject: test: Ignore video processing temporary files When recording tests or demos with asciinema we generate several temporary files during post-processing. Add these to the .gitignore file so they're not accidentally comitted. Signed-off-by: David Gibson --- test/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/.gitignore b/test/.gitignore index f81126e..129ddc0 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -6,3 +6,7 @@ QEMU_EFI.fd *.qcow2 *.raw *.raw.xz +*.uncut +*.start +*.stop +*.js -- cgit v1.2.3