From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Gibson To: passt-dev@passt.top Subject: [PATCH 04/10] test: Ignore video processing temporary files Date: Thu, 18 Aug 2022 16:13:52 +1000 Message-ID: <20220818061358.1775944-5-david@gibson.dropbear.id.au> In-Reply-To: <20220818061358.1775944-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2854399332848567046==" --===============2854399332848567046== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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(+) 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 -- 2.37.2 --===============2854399332848567046==--