From 9e39213ed115bbb202e1dcf3b9ad57da7b41a8d0 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Thu, 17 Dec 2015 14:48:08 -0200 Subject: 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 Signed-off-by: Dirk Hohndel --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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* -- cgit v1.2.3-70-g09d2