From 5d199a60f7cb12643f6a7c89b7e92e6f0747e2d0 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 16 Apr 2021 14:32:02 -0400 Subject: [PATCH] .gitignore: add compose-{cache,logs} dirs And roughly split the file into build system things and "owned" test things. --- .gitignore | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 218fa744..a29091b8 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,15 @@ /.cosa/ /_kola_temp/ +# From compose tests +/compose-cache/ +/compose-logs/ + +# From vmcheck tests +/vmcheck-logs/ +/ssh-config + +# From build system itself /.dirstamp /GPATH /GRTAGS @@ -72,11 +81,9 @@ /src/daemon/rpm-ostreed.service /src/lib/rpm-ostree-1.pc /src/lib/rpmostree-version.h -/ssh-config /stamp-h1 /tags /target/ -/test-compose-logs/ /test-libglnx-errors /test-libglnx-errors.log /test-libglnx-errors.test @@ -101,5 +108,4 @@ /tests/check/test-lib-introspection.sh.log /tests/check/test-lib-introspection.sh.test /tests/check/test-lib-introspection.sh.trs -/vmcheck-logs/ _libs