From 204ae032008cd7570980e995abd7fccf0373a6a8 Mon Sep 17 00:00:00 2001 From: Don Livanec Date: Mon, 23 May 2011 22:07:56 -0400 Subject: [PATCH] updated with eclipse and intellij generated files --- Android.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index d3f5d3e1..d3c4df9f 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -14,3 +14,15 @@ gen/ # Local configuration file (sdk path, etc) local.properties + +#eclipse +.project +.classpath +.settings +bin/ + +#intelliJ +.idea/workspace.xml +.idea/libraries/ +.idea/modules.xml +.idea/vcs.xml \ No newline at end of file