flatcar-scripts/.gitignore
Kai Lueke 593b62d326 .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.
2023-07-17 17:08:26 +02:00

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