mirror of
https://passt.top/passt
synced 2024-11-05 12:21:12 +00:00
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
4
test/.gitignore
vendored
4
test/.gitignore
vendored
@ -6,3 +6,7 @@ QEMU_EFI.fd
|
|||||||
*.qcow2
|
*.qcow2
|
||||||
*.raw
|
*.raw
|
||||||
*.raw.xz
|
*.raw.xz
|
||||||
|
*.uncut
|
||||||
|
*.start
|
||||||
|
*.stop
|
||||||
|
*.js
|
||||||
|
Loading…
Reference in New Issue
Block a user