diff options
author | Alexey Brodkin <alexey.brodkin@gmail.com> | 2013-01-10 20:18:50 +0400 |
---|---|---|
committer | Alexey Brodkin <alexey.brodkin@gmail.com> | 2013-01-10 20:18:50 +0400 |
commit | f1d654c1b5135aef2339c1533eeaa32d618aa0a0 (patch) | |
tree | 5620f8b472bff720f3e93f4557076cfa162dfff3 /Qt.gitignore | |
parent | 32cba5a6d7332c851d0339d6fdd05fd18978b97d (diff) | |
download | gitignore-f1d654c1b5135aef2339c1533eeaa32d618aa0a0.tar.gz gitignore-f1d654c1b5135aef2339c1533eeaa32d618aa0a0.zip |
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>
Diffstat (limited to 'Qt.gitignore')
-rw-r--r-- | Qt.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Qt.gitignore b/Qt.gitignore index 79f807d9..fd2c573c 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -16,5 +16,6 @@ *.pro.user.* moc_*.cpp qrc_*.cpp +ui_*.h Makefile* *-build-* |