From 04264db9bd1c5e8be44d7bcfab4fb0d4d59f88a1 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Sat, 30 May 2009 19:30:40 +0300 Subject: [PATCH] Add more generated GUI files to gitignore. --- .gitignore | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3c35bb48d..fb0b7adda 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,22 @@ cppcheck +testrunner *.o *.bak +tools/dmake +tools/errmsg # VS generated files *.ncb *.suo *.user -testrunner -tools/dmake -tools/errmsg -# VS build files +# VS build folders Build/ BuildTmp/ # GUI build folders gui/debug/ gui/release/ gui/temp/ +# Other (generated) GUI files +gui/Makefile +gui/gui +gui/qrc_gui.cpp +