kicad 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. #------------------------------------------------------------------------------
  2. # $File: kicad,v 1.1 2018/10/01 18:39:21 christos Exp $
  3. # kicad: file(1) magic for KiCad files
  4. #
  5. # See
  6. #
  7. # http://kicad-pcb.org
  8. #
  9. # KiCad Schematic Document
  10. 0 string EESchema
  11. >8 byte 0x20
  12. >>9 string Schematic
  13. >>>18 byte 0x20 KiCad Schematic Document
  14. !:ext sch/bak
  15. >>>>24 string Version
  16. >>>>>31 byte 0x20
  17. >>>>>>32 string x (Version %s)
  18. # KiCad Symbol Library
  19. 0 string EESchema-LIBRARY
  20. >16 byte 0x20 KiCad Symbol Library
  21. !:ext lib
  22. >>17 string Version
  23. >>>24 byte 0x20
  24. >>>>25 string x (Version %s)
  25. # KiCad Symbol Library Documentation
  26. 0 string EESchema-DOCLIB
  27. >15 byte 0x20 KiCad Symbol Library Documentation
  28. !:ext dcm
  29. >>17 string Version
  30. >>>24 byte 0x20
  31. >>>>25 string x (Version %s)
  32. # KiCad Board Layout
  33. 0 string (kicad_pcb
  34. >10 byte 0x20 KiCad Board Layout
  35. !:ext kicad_pcb/kicad_pcb-bak
  36. >>11 string (version
  37. >>>19 byte 0x20
  38. >>>>20 byte x (Version %c)
  39. # KiCad Footprint
  40. 0 string (module
  41. >7 byte 0x20 KiCad Footprint
  42. !:ext kicad_mod
  43. # KiCad Footprint (Legacy)
  44. 0 string PCBNEW-LibModule-V1 KiCad Footprint (Legacy)
  45. !:ext mod
  46. # KiCad Netlist
  47. 0 string (export
  48. >7 byte 0x20 KiCad Netlist
  49. !:ext net
  50. # KiCad Symbol Library Table
  51. 0 string (sym_lib_table
  52. >14 byte 0xA KiCad Symbol Library Table
  53. >14 byte 0xD KiCad Symbol Library Table
  54. >14 byte 0x20 KiCad Symbol Library Table
  55. # KiCad Footprint Library Table
  56. 0 string (fp_lib_table
  57. >13 byte 0xA KiCad Footprint Library Table
  58. >13 byte 0xD KiCad Footprint Library Table
  59. >13 byte 0x20 KiCad Footprint Library Table