diff options
author | Jim Meyering <meyering@redhat.com> | 2008-07-16 13:01:03 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-07-16 15:29:11 +0200 |
commit | 4e6af688466fba93881fca2bf4b0c8cf2b04162d (patch) | |
tree | b35bb32316273a9bc293d25a28891b400773ea8d /src | |
parent | 186b45aaede1b6356d7b865fd3a01ee351ba3ead (diff) | |
download | coreutils-4e6af688466fba93881fca2bf4b0c8cf2b04162d.tar.xz |
dircolors.hin: add Ogg/Theora-related extensions
* dircolors.hin: Add extensions from
http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
Suggestion from jemm4jemm@yahoo.com.
Diffstat (limited to 'src')
-rw-r--r-- | src/dircolors.hin | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin index 25dfc6eeb..38914c854 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -169,6 +169,12 @@ EXEC 01;32 .xwd 01;35 .yuv 01;35 +# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions +.axv 01;35 +.anx 01;35 +.ogv 01;35 +.ogx 01;35 + # audio formats .aac 00;36 .au 00;36 @@ -181,3 +187,9 @@ EXEC 01;32 .ogg 00;36 .ra 00;36 .wav 00;36 + +# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions +.axa 00;36 +.oga 00;36 +.spx 00;36 +.xspf 00;36 |