Update .gitignore to allow custom ui_*.py files in src/ui/

The previous pattern was too broad and excluded ui_elements.py and ui_utils.py.
Now only Qt auto-generated UI files are ignored, while our custom files are tracked.
This commit is contained in:
Storm Dragon
2025-11-17 22:48:37 -05:00
parent b9ac3cdcc5
commit c72152a4d5

2
.gitignore vendored
View File

@@ -142,7 +142,9 @@ dmypy.json
*.qm
*.qrc.cpp
moc_*.cpp
# Qt auto-generated UI files (but not our custom ui_elements.py, ui_utils.py, etc.)
ui_*.py
!src/ui/ui_*.py
qrc_*.py
# StormIRC specific