123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- #------------------------------------------------------------------------------
- # $File: kicad,v 1.1 2018/10/01 18:39:21 christos Exp $
- # kicad: file(1) magic for KiCad files
- #
- # See
- #
- # http://kicad-pcb.org
- #
- # KiCad Schematic Document
- 0 string EESchema
- >8 byte 0x20
- >>9 string Schematic
- >>>18 byte 0x20 KiCad Schematic Document
- !:ext sch/bak
- >>>>24 string Version
- >>>>>31 byte 0x20
- >>>>>>32 string x (Version %s)
- # KiCad Symbol Library
- 0 string EESchema-LIBRARY
- >16 byte 0x20 KiCad Symbol Library
- !:ext lib
- >>17 string Version
- >>>24 byte 0x20
- >>>>25 string x (Version %s)
- # KiCad Symbol Library Documentation
- 0 string EESchema-DOCLIB
- >15 byte 0x20 KiCad Symbol Library Documentation
- !:ext dcm
- >>17 string Version
- >>>24 byte 0x20
- >>>>25 string x (Version %s)
- # KiCad Board Layout
- 0 string (kicad_pcb
- >10 byte 0x20 KiCad Board Layout
- !:ext kicad_pcb/kicad_pcb-bak
- >>11 string (version
- >>>19 byte 0x20
- >>>>20 byte x (Version %c)
- # KiCad Footprint
- 0 string (module
- >7 byte 0x20 KiCad Footprint
- !:ext kicad_mod
- # KiCad Footprint (Legacy)
- 0 string PCBNEW-LibModule-V1 KiCad Footprint (Legacy)
- !:ext mod
- # KiCad Netlist
- 0 string (export
- >7 byte 0x20 KiCad Netlist
- !:ext net
- # KiCad Symbol Library Table
- 0 string (sym_lib_table
- >14 byte 0xA KiCad Symbol Library Table
- >14 byte 0xD KiCad Symbol Library Table
- >14 byte 0x20 KiCad Symbol Library Table
- # KiCad Footprint Library Table
- 0 string (fp_lib_table
- >13 byte 0xA KiCad Footprint Library Table
- >13 byte 0xD KiCad Footprint Library Table
- >13 byte 0x20 KiCad Footprint Library Table
|