20 lines
452 B
Plaintext
20 lines
452 B
Plaintext
# 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
|
|
|
|
# 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
|