From 593b62d326347fa8cd51aba052dbcb48699781bc Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Mon, 17 Jul 2023 17:08:26 +0200 Subject: [PATCH] .gitignore: Ignore ci-cleanup.sh The ci-cleanup file gets created in ci-automation/ to remove any leftovers when a build gets stopped. Since it is in the git tree, git status sees untracked files which is a bit confusing. Ignore the ci-cleanup file. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a62ac41ee1b..c0750870e1b 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ # SDK container env passing helpers sdk_container/.env sdk_container/.sdkenv +ci-cleanup.sh # build cache / artefacts directories __build__/