Skip to content

Commit f1d654c

Browse files
committed
Add "ui_*.h" pattern to block auto-generated headers
moc automatically generates "ui_*.h" files for each *.ui file. Since they are auto-generated I assume they should be ignored. Signed-off-by: Alexey Brodkin <[email protected]>
1 parent 32cba5a commit f1d654c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Qt.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
*.pro.user.*
1717
moc_*.cpp
1818
qrc_*.cpp
19+
ui_*.h
1920
Makefile*
2021
*-build-*

0 commit comments

Comments
 (0)