mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-25 03:01:34 +01:00
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.
24 lines
354 B
Plaintext
24 lines
354 B
Plaintext
# User files
|
|
/.chromeos_dev
|
|
/.default_board
|
|
/.local_mounts
|
|
/shared_user_passwd.txt
|
|
|
|
# Generated files
|
|
*.pyc
|
|
*~
|
|
/cbuildbot_package.list
|
|
|
|
# Flatcar SDK tarballs
|
|
*.tar.bz2
|
|
|
|
# SDK container env passing helpers
|
|
sdk_container/.env
|
|
sdk_container/.sdkenv
|
|
ci-cleanup.sh
|
|
|
|
# build cache / artefacts directories
|
|
__build__/
|
|
sdk_container/.cache
|
|
sdk_container/.config
|