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:
Alexey Brodkin 2013-01-10 20:18:50 +04:00
parent 32cba5a6d7
commit f1d654c1b5
1 changed files with 1 additions and 0 deletions

View File

@ -16,5 +16,6 @@
*.pro.user.*
moc_*.cpp
qrc_*.cpp
ui_*.h
Makefile*
*-build-*