* src/dircolors.hin: Add .webm multimedia files Suggested by Josh Triplett in http://bugs.debian.org/582403. ---
WebM files use the .webm extention [1]. I've added it right after .mkv, because the WebM container format is actually based on Matroska. [1] http://www.webmproject.org/code/specs/container/#naming --- src/dircolors.hin | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/dircolors.hin b/src/dircolors.hin index 97a8ee4..8b4a645 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -163,6 +163,7 @@ EXEC 01;32 .mpeg 01;35 .m2v 01;35 .mkv 01;35 +.webm 01;35 .ogm 01;35 .mp4 01;35 .m4v 01;35 -- 1.7.5.4 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

