Exclude .li files in ExoPlayer's .hgignore

These seem to be created by the Android Studio layout inspector

PiperOrigin-RevId: 272856118
This commit is contained in:
ibaker 2019-10-04 13:20:03 +01:00 committed by Oliver Woodman
parent 8453d07f54
commit b2900aa560

View File

@ -12,13 +12,14 @@ libs
obj
lint.xml
# IntelliJ IDEA
# IntelliJ IDEA & Android Studio
.idea
*.iml
*.ipr
*.iws
classes
gen-external-apklibs
*.li
# Eclipse
.project