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>
This commit is contained in:
parent
a918e6c4fc
commit
058f847348
1 changed files with 4 additions and 0 deletions
4
test/.gitignore
vendored
4
test/.gitignore
vendored
|
@ -6,3 +6,7 @@ QEMU_EFI.fd
|
|||
*.qcow2
|
||||
*.raw
|
||||
*.raw.xz
|
||||
*.uncut
|
||||
*.start
|
||||
*.stop
|
||||
*.js
|
||||
|
|
Loading…
Reference in a new issue