Browse Source

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>
Alexey Brodkin 12 years ago
parent
commit
f1d654c1b5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Qt.gitignore

+ 1 - 0
Qt.gitignore

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