Skip to content

Commit e96a988

Browse files
committed
Merge pull request #1989 from AdrianVovk/patch-1
Ignore the workspace.xml file
2 parents b27b46b + 63d8a68 commit e96a988

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Android.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*.apk
33
*.ap_
44

5-
# Files for the Dalvik VM
5+
# Files for the ART/Dalvik VM
66
*.dex
77

88
# Java class files
@@ -34,6 +34,7 @@ captures/
3434

3535
# Intellij
3636
*.iml
37+
.idea/workspace.xml
3738

3839
# Keystore files
3940
*.jks

0 commit comments

Comments
 (0)