From aaba5735ed6dd93b5fa74a79be65975106c96e45 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Fri, 5 Jun 2009 10:37:50 +0300 Subject: [PATCH] Add more generated files to gitignore. GUI project/makefiles are ignored as they are generated by qmake. --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fb0b7adda..33e836ce5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ tools/errmsg *.ncb *.suo *.user +*.idb +*.pdb # VS build folders Build/ BuildTmp/ @@ -17,6 +19,9 @@ gui/release/ gui/temp/ # Other (generated) GUI files gui/Makefile +gui/Makefile.debug +gui/Makefile.release +gui/gui.sln +gui/gui.vcproj gui/gui gui/qrc_gui.cpp -