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 obj
lint.xml lint.xml
# IntelliJ IDEA # IntelliJ IDEA & Android Studio
.idea .idea
*.iml *.iml
*.ipr *.ipr
*.iws *.iws
classes classes
gen-external-apklibs gen-external-apklibs
*.li
# Eclipse # Eclipse
.project .project