Skip to content

Commit

Permalink
.gitignore: Ignore ci-cleanup.sh
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pothos committed Jul 17, 2023
1 parent 89b9a79 commit 593b62d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# SDK container env passing helpers
sdk_container/.env
sdk_container/.sdkenv
ci-cleanup.sh

# build cache / artefacts directories
__build__/
Expand Down

0 comments on commit 593b62d

Please sign in to comment.