aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Weißschuh <[email protected]>2021-01-15 16:45:55 +0100
committerThomas Weißschuh <[email protected]>2021-01-16 12:25:03 +0100
commit884a830d62a8d5dbf7f14dd2e92553fadbe62cc4 (patch)
treed787adc686e3c0f07aaa4f93ebd023bfe5dd3125 /.gitignore
parent4e46e2b3b99d43345e5c1f0e00792a1db29d4948 (diff)
downloadIronOS-884a830d62a8d5dbf7f14dd2e92553fadbe62cc4.tar.gz
IronOS-884a830d62a8d5dbf7f14dd2e92553fadbe62cc4.zip
TS100: move translation generation to Makefile
Translation.cpp is now automatically regenerated when necessary. This frees the developer from having to remember to execute build.sh after the translations have changed. Translation.cpp has been moved from Core/Src/ to the new Core/Gen/ as otherwise it would end up twice in SOURCE, once through the source discovery and once through the explicit entry.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index fe079eb1..b73fb107 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,7 +52,6 @@ workspace/TS100A/.metadata/
Translation Editor/.vscode/
Translation Editor/__pycache__/
*.pyc
-workspace/TS100/src/Translation.cpp
*.lst
*.mk
*.list
@@ -67,7 +66,6 @@ codeship.aes
.vscode/settings.json
# Auto generated files
-workspace/TS100/Core/Src/Translation.cpp
workspace/TS100/Core/Inc/unit.h
# IDE configs
.vs/*