From f4cf36c5e1e275cb40b981f84be0cd723cd0c152 Mon Sep 17 00:00:00 2001
From: Vitor Prado <jvirtuprado@gmail.com>
Date: Wed, 14 Oct 2015 13:45:12 -0300
Subject: [PATCH] Ignoring build folder inside app module in Android projects

The `*/build` folder should be ignored because the android structure generate files and outputs inside this folder.
---
 Android.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Android.gitignore b/Android.gitignore
index c9c2248a..7ee6ac0b 100644
--- a/Android.gitignore
+++ b/Android.gitignore
@@ -15,6 +15,7 @@ gen/
 # Gradle files
 .gradle/
 build/
+*/build/
 
 # Local configuration file (sdk path, etc)
 local.properties