diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2022-08-18 16:13:52 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-08-20 19:07:12 +0200 |
commit | 058f847348f4ccb81ff9e8d5cef7a8183b3f9dc8 (patch) | |
tree | fadb8d177f0c52bffad53ddf9864c91a32ecd10e /test | |
parent | a918e6c4fc23722cd00c73b137bde47b9a55fd35 (diff) | |
download | passt-058f847348f4ccb81ff9e8d5cef7a8183b3f9dc8.tar passt-058f847348f4ccb81ff9e8d5cef7a8183b3f9dc8.tar.gz passt-058f847348f4ccb81ff9e8d5cef7a8183b3f9dc8.tar.bz2 passt-058f847348f4ccb81ff9e8d5cef7a8183b3f9dc8.tar.lz passt-058f847348f4ccb81ff9e8d5cef7a8183b3f9dc8.tar.xz passt-058f847348f4ccb81ff9e8d5cef7a8183b3f9dc8.tar.zst passt-058f847348f4ccb81ff9e8d5cef7a8183b3f9dc8.zip |
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 <david@gibson.dropbear.id.au>
Diffstat (limited to 'test')
-rw-r--r-- | test/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
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 |