83315d0494
Update fw-build.sh - Output used space of each translation (easier to troubleshoot) - Read config.h max size per translation - output variant .map files (easier to troubleshoot and finding missing/unused messages)
27 lines
350 B
Plaintext
27 lines
350 B
Plaintext
# IDE data
|
|
/.settings
|
|
/.project
|
|
/.cproject
|
|
/.vscode
|
|
|
|
# Temporary configuration
|
|
/Firmware/Configuration_prusa.h
|
|
|
|
# Temporary language files
|
|
/lang/po/*.mo
|
|
/lang/tmp/
|
|
/lang/Firmware-intl.hex
|
|
/lang/Firmware-intl-en_*.hex
|
|
/lang/*.map
|
|
|
|
# Temporary files and directories
|
|
*[~#]
|
|
*.tmp
|
|
*.bak
|
|
.DS_Store
|
|
__pycache__
|
|
|
|
# Generated files
|
|
/build-env/
|
|
/Firmware/Doc/
|