Add GUI build folders to gitignore.

This commit is contained in:
Kimmo Varis 2009-05-28 17:55:17 +03:00
parent 0792b52c6e
commit fd3a1f709c
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -11,3 +11,7 @@ tools/errmsg
# VS build files
Build/
BuildTmp/
# GUI build folders
gui/debug/
gui/release/
gui/temp/