From 63d8a68c5d87a26605e92881c77f18d722ff3900 Mon Sep 17 00:00:00 2001 From: Adrian Vovk Date: Wed, 18 May 2016 09:52:10 -0400 Subject: [PATCH] Ignore the workspace.xml file and properly name the ART VM --- Android.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index a8368751..f6b286ce 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -2,7 +2,7 @@ *.apk *.ap_ -# Files for the Dalvik VM +# Files for the ART/Dalvik VM *.dex # Java class files @@ -34,6 +34,7 @@ captures/ # Intellij *.iml +.idea/workspace.xml # Keystore files *.jks