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 <alexey.brodkin@gmail.com>
This commit is contained in:
parent
32cba5a6d7
commit
f1d654c1b5
@ -16,5 +16,6 @@
|
||||
*.pro.user.*
|
||||
moc_*.cpp
|
||||
qrc_*.cpp
|
||||
ui_*.h
|
||||
Makefile*
|
||||
*-build-*
|
||||
|
Loading…
Reference in New Issue
Block a user