From aec35399986a290636040a0875771dbccbe08d26 Mon Sep 17 00:00:00 2001 From: Joshua Hou Date: Wed, 18 Apr 2012 18:42:13 -0700 Subject: [PATCH] add intellij files to Android.gitignore --- Android.gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index cd49c694..87a44e0e 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -20,4 +20,11 @@ local.properties .project # Proguard folder generated by Eclipse -proguard/ \ No newline at end of file +proguard/ + +# Intellij project files +*.iml +*.ipr +*.iws +.idea/ +