From 294147ea6267b4e2224adc4c5fa77eae3528155e Mon Sep 17 00:00:00 2001 From: Siarhei Ivonchik Date: Tue, 24 Sep 2013 09:32:36 +0300 Subject: [PATCH] Add gradle standard ignores --- Android.gitignore | 4 ++++ 1 file changed, 4 insertions(+) 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/