diff --git a/Android.gitignore b/Android.gitignore index 62fa1a39..3ca60126 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -19,6 +19,7 @@ # Android standard project ignores bin/ gen/ +build/ local.properties # Eclipse project ignores (With annotations generated files) @@ -40,3 +41,6 @@ proguard/ # Maven standard project ignores (With Idea generated) gen-external-apklibs/ target/ + +# Gradle ignores +.gradle/