diff options
author | Adrian Vovk <avovk@substanceproject.net> | 2016-05-18 09:52:10 -0400 |
---|---|---|
committer | Adrian Vovk <avovk@substanceproject.net> | 2016-05-18 09:52:10 -0400 |
commit | 63d8a68c5d87a26605e92881c77f18d722ff3900 (patch) | |
tree | 592544c8bed5b0a15a1f42ff04561d21ba613c33 | |
parent | b27b46b656d026ac295b3a47cf43e8af192472e2 (diff) | |
download | gitignore-63d8a68c5d87a26605e92881c77f18d722ff3900.tar.gz gitignore-63d8a68c5d87a26605e92881c77f18d722ff3900.zip |
Ignore the workspace.xml file
and properly name the ART VM
-rw-r--r-- | Android.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
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 |