Add mime package for gerber and excellon files

This commit is contained in:
José Ignacio 2016-06-08 09:41:36 +02:00 committed by jean-pierre charras
parent 37deba60c3
commit d78a68356f
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-gerber">
<sub-class-of type="text/plain"/>
<comment>Gerber File</comment>
<glob pattern="*.gbr"/>
</mime-type>
<mime-type type="application/x-excellon">
<sub-class-of type="text/plain"/>
<comment>Excellon drill file</comment>
<glob pattern="*.drl"/>
<magic priority="50">
<match value="M48" type="string" offset="0"/>
</magic>
</mime-type>
</mime-info>