From e196c07d9397194daec1f80d8f20571120f16c62 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Thu, 31 Jul 2014 05:36:49 -0700 Subject: [PATCH] Ignore .qmake.stash Qt5 qmake seems to leave this handing around --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4f1e634..75fce56 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ bin/*.exe bin/*.txt bin/mac *pro.user* +.qmake.stash qrc_*.cpp *.Debug *.Release