# Build output, including dist/user.properties which holds real birth
# data once filled in — never commit it.
/dist
/build
/watch/build
/watch/src/c/i18n_tables.auto.c
/watch/resources/img
/watch/resources/app_icon.png

# waf's own build lock file - regenerated every `pebble build`, holds
# absolute machine paths and a full dump of the invoking shell's
# environment variables. Was tracked accidentally; see the commit that
# added this .gitignore line for the git rm --cached that untracked it.
/watch/.lock-waf_linux_build

# Android app build output/local config and generated resources (card
# art, launcher icon, synced i18n files - see android/app/build.gradle.kts's
# generateCardArt/generateLauncherIcon/syncI18n tasks and their own
# source scripts' doc comments).
/android/local.properties
/android/.gradle
/android/build
/android/app/build
/android/app/.cxx
/android/app/src/main/assets/i18n
/android/app/src/main/res/drawable-nodpi
/android/app/src/main/res/mipmap-mdpi
/android/app/src/main/res/mipmap-hdpi
/android/app/src/main/res/mipmap-xhdpi
/android/app/src/main/res/mipmap-xxhdpi
/android/app/src/main/res/mipmap-xxxhdpi

# Durable backup of the same real birth data, outside dist/ so a dist/
# wipe doesn't lose it — see the Makefile's `scripts` target. Never
# commit this either.
/engine/scripts/user.properties.local

*.o
core
core.*

.DS_Store

# Container registry credentials for build-image.sh/run-image.sh/
# upload-image.sh — never commit; copy registry.env.example instead.
/registry.env
