aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Vovk <avovk@substanceproject.net>2016-05-18 09:52:10 -0400
committerAdrian Vovk <avovk@substanceproject.net>2016-05-18 09:52:10 -0400
commit63d8a68c5d87a26605e92881c77f18d722ff3900 (patch)
tree592544c8bed5b0a15a1f42ff04561d21ba613c33
parentb27b46b656d026ac295b3a47cf43e8af192472e2 (diff)
downloadgitignore-63d8a68c5d87a26605e92881c77f18d722ff3900.tar.gz
gitignore-63d8a68c5d87a26605e92881c77f18d722ff3900.zip
Ignore the workspace.xml file
and properly name the ART VM
-rw-r--r--Android.gitignore3
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