From 4e9b50f7b653c497b148b0f82260936519bf1337 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Tue, 13 Sep 2022 14:35:28 +1000 Subject: test: Move video processing files to $STATEBASE The asciinema video handling creates a number of temporary files (.uncat, .start, .stop) which currently go into the source tree. Put them in the temporary state directory to avoid clutter. The final processed output is now placed into test_logs/web/ along with the corresponding .js file with links, since they're essentially test artefacts. hooks/pre-push is updated to look for those files in the new location when updating the web site. Signed-off-by: David Gibson --- test/.gitignore | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/.gitignore') diff --git a/test/.gitignore b/test/.gitignore index 0f91c7d..2e75cb5 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -6,10 +6,6 @@ QEMU_EFI.fd *.qcow2 *.raw *.raw.xz -*.uncut -*.start -*.stop -*.js nsholder guest-key guest-key.pub -- cgit v1.2.3