summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-12-17 14:48:08 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-17 10:17:57 -0800
commit9e39213ed115bbb202e1dcf3b9ad57da7b41a8d0 (patch)
treeebc0ede20535f1fe907e01d32676c102f6a687fc /.gitignore
parent92d1dbe3fdc305e25436d93707c8b49017ea4346 (diff)
downloadsubsurface-9e39213ed115bbb202e1dcf3b9ad57da7b41a8d0.tar.gz
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4a34a0754..4f21f1172 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@ subsurface.pro.user*
Subsurface.app
.DS_Store
!android/**/*.xml
+build*