From f96f48347de8511600787512efcf647ee4b49fde Mon Sep 17 00:00:00 2001 From: John Munkhoff Date: Sun, 16 Mar 2014 23:04:52 -0700 Subject: [PATCH] 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. --- Qt.gitignore | 3 +++ 1 file changed, 3 insertions(+) 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