Ignore the workspace.xml file

and properly name the ART VM
This commit is contained in:
Adrian Vovk 2016-05-18 09:52:10 -04:00
parent b27b46b656
commit 63d8a68c5d
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
*.apk *.apk
*.ap_ *.ap_
# Files for the Dalvik VM # Files for the ART/Dalvik VM
*.dex *.dex
# Java class files # Java class files
@ -34,6 +34,7 @@ captures/
# Intellij # Intellij
*.iml *.iml
.idea/workspace.xml
# Keystore files # Keystore files
*.jks *.jks