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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -142,7 +142,9 @@ dmypy.json
|
|||||||
*.qm
|
*.qm
|
||||||
*.qrc.cpp
|
*.qrc.cpp
|
||||||
moc_*.cpp
|
moc_*.cpp
|
||||||
|
# Qt auto-generated UI files (but not our custom ui_elements.py, ui_utils.py, etc.)
|
||||||
ui_*.py
|
ui_*.py
|
||||||
|
!src/ui/ui_*.py
|
||||||
qrc_*.py
|
qrc_*.py
|
||||||
|
|
||||||
# StormIRC specific
|
# StormIRC specific
|
||||||
|
|||||||
Reference in New Issue
Block a user