Add more generated files to gitignore.

GUI project/makefiles are ignored as they are generated by qmake.
This commit is contained in:
Kimmo Varis 2009-06-05 10:37:50 +03:00
parent 8436dbda6f
commit aaba5735ed
1 changed files with 6 additions and 1 deletions

7
.gitignore vendored
View File

@ -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