chore: Added generated lang headers to .gitignore (#1158)

## Summary

**What is the goal of this PR?**

Following up on #1156: generated language header files should be
ignored.

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? _**NO**_
This commit is contained in:
Zach Nelson
2026-02-24 12:48:07 -06:00
committed by GitHub
parent 43efd80e14
commit ff577540a3

2
.gitignore vendored
View File

@@ -3,6 +3,8 @@
.DS_Store .DS_Store
.vscode .vscode
lib/EpdFont/fontsrc lib/EpdFont/fontsrc
lib/I18n/I18nKeys.h
lib/I18n/I18nStrings.h
lib/I18n/I18nStrings.cpp lib/I18n/I18nStrings.cpp
*.generated.h *.generated.h
.vs .vs