Mercurial > repos > other > linux
changeset 123:513dbd770bef
Mark GOG "bin" files as binary, not Sega disk image
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 26 Dec 2018 19:40:46 +0000 |
parents | 03b4573837b5 |
children | c3320f06d412 |
files | mime-extra.xml |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mime-extra.xml Fri Dec 07 20:30:43 2018 +0000 +++ b/mime-extra.xml Wed Dec 26 19:40:46 2018 +0000 @@ -134,4 +134,8 @@ <comment xml:lang="en">Scala built tool configuration</comment> <glob pattern="*.sbt"/> </mime-type> + <mime-type type="application/octet-stream"> + <comment xml:lang="en">Binary data</comment> + <glob pattern="*.bin"/> + </mime-type> </mime-info> \ No newline at end of file