Update Qt.gitignore

- Ignore '*.moc' files (foo.moc created when foo.cpp contains a Q_OBJECT.)
- Ignore '/.qmake.cache' and '/.qmake.stash' as does the official Qt Creator project.
This commit is contained in:
John Munkhoff 2014-03-16 23:04:52 -07:00
parent 170b9f808b
commit f96f48347d
1 changed files with 3 additions and 0 deletions

View File

@ -12,8 +12,11 @@
# Qt-es
/.qmake.cache
/.qmake.stash
*.pro.user
*.pro.user.*
*.moc
moc_*.cpp
qrc_*.cpp
ui_*.h