Skip to content

Commit 593b62d

Browse files
committed
.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.
1 parent 89b9a79 commit 593b62d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# SDK container env passing helpers
1616
sdk_container/.env
1717
sdk_container/.sdkenv
18+
ci-cleanup.sh
1819

1920
# build cache / artefacts directories
2021
__build__/

0 commit comments

Comments
 (0)