.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.
This commit is contained in:
Kai Lueke 2023-07-17 17:08:26 +02:00
parent 89b9a79038
commit 593b62d326

1
.gitignore vendored
View File

@ -15,6 +15,7 @@
# SDK container env passing helpers
sdk_container/.env
sdk_container/.sdkenv
ci-cleanup.sh
# build cache / artefacts directories
__build__/