Add build* folders on gitignore

Since we can build for more than one platform at the same time
now, it's userful to block them on the gitignore to make sure
we don't get a dirty tree just because we build for mobile
and desktop inside the subsurface folder.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-12-17 14:48:08 -02:00 committed by Dirk Hohndel
parent 92d1dbe3fd
commit 9e39213ed1

1
.gitignore vendored
View file

@ -32,3 +32,4 @@ subsurface.pro.user*
Subsurface.app
.DS_Store
!android/**/*.xml
build*