浏览代码

Merge pull request #1989 from AdrianVovk/patch-1

Ignore the workspace.xml file
Brendan Forster 9 年之前
父节点
当前提交
e96a988a4e
共有 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