From 2c3e259eed8103c93b099cc35f9dab502270fb38 Mon Sep 17 00:00:00 2001 From: Evin Ugur Date: Mon, 18 Nov 2013 15:46:46 -0500 Subject: [PATCH] Updated Android.gitignore for Google's Android Studio --- Android.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 927ef517..d2fb81d2 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -21,3 +21,16 @@ local.properties # Proguard folder generated by Eclipse proguard/ + +# Android Studio +.idea/ +.gradle +/*/local.properties +/*/out +/*/*/build +/*/*/production +*.iml +*.iws +*.ipr +*~ +*.swp