Commit fabdb841 by ibaker Committed by Oliver Woodman

Exclude .li files in ExoPlayer's .hgignore

These seem to be created by the Android Studio layout inspector

PiperOrigin-RevId: 272856118
parent 5e090d81
Showing with 2 additions and 1 deletions
...@@ -12,13 +12,14 @@ libs ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment