From: John Munkhoff Date: Mon, 17 Mar 2014 06:04:52 +0000 (-0700) Subject: Update Qt.gitignore X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f96f48347de8511600787512efcf647ee4b49fde;p=gitignore.git 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. --- diff --git a/Qt.gitignore b/Qt.gitignore index 29d98c9e..623e5fea 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -12,8 +12,11 @@ # Qt-es +/.qmake.cache +/.qmake.stash *.pro.user *.pro.user.* +*.moc moc_*.cpp qrc_*.cpp ui_*.h