mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-06 20:47:00 +02:00
.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:
parent
89b9a79038
commit
593b62d326
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,6 +15,7 @@
|
||||
# SDK container env passing helpers
|
||||
sdk_container/.env
|
||||
sdk_container/.sdkenv
|
||||
ci-cleanup.sh
|
||||
|
||||
# build cache / artefacts directories
|
||||
__build__/
|
||||
|
Loading…
Reference in New Issue
Block a user