mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-18 23:21:41 +00:00
Add mime package for gerber and excellon files
This commit is contained in:
parent
37deba60c3
commit
d78a68356f
16
resources/linux/mime/mime/packages/kicad-gerbers.xml
Normal file
16
resources/linux/mime/mime/packages/kicad-gerbers.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user