From ff577540a3606029ff93a9422d7cfb92c4739677 Mon Sep 17 00:00:00 2001 From: Zach Nelson Date: Tue, 24 Feb 2026 12:48:07 -0600 Subject: [PATCH] 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**_ --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8298c1f1..f4bbcdfc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ .DS_Store .vscode lib/EpdFont/fontsrc +lib/I18n/I18nKeys.h +lib/I18n/I18nStrings.h lib/I18n/I18nStrings.cpp *.generated.h .vs