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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user