소스 검색

Ignore the workspace.xml file

and properly name the ART VM
Adrian Vovk 9 년 전
부모
커밋
63d8a68c5d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Android.gitignore

+ 2 - 1
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