From: Vitor Prado Date: Wed, 14 Oct 2015 16:45:12 +0000 (-0300) Subject: Ignoring build folder inside app module in Android projects X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1699%2Fhead;p=gitignore.git 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. --- 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