From 45bc1aeeac89a7efe6011baa5985f8459727b2ed Mon Sep 17 00:00:00 2001 From: tralchonok Date: Fri, 2 Jan 2015 22:08:47 +0530 Subject: [PATCH 1/2] # Built application files (for Android Studio projects) --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 9068cd01..dc62bfdd 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -2,6 +2,9 @@ *.apk *.ap_ +# Built application files (for Android Studio projects) +/*/build/ + # Files for the Dalvik VM *.dex From 45bf307ca712f287598b16e9de97ee3e6b65247a Mon Sep 17 00:00:00 2001 From: tralchonok Date: Wed, 7 Jan 2015 19:40:23 +0530 Subject: [PATCH 2/2] moved --- Android.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index dc62bfdd..ccf2efe0 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -2,9 +2,6 @@ *.apk *.ap_ -# Built application files (for Android Studio projects) -/*/build/ - # Files for the Dalvik VM *.dex @@ -18,6 +15,7 @@ gen/ # Gradle files .gradle/ build/ +/*/build/ # Local configuration file (sdk path, etc) local.properties