You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

KiCad 386B

1234567891011121314151617181920212223242526
  1. # For PCBs designed using KiCad: http://www.kicad-pcb.org/
  2. # Format documentation: http://kicad-pcb.org/help/file-formats/
  3. # Temporary files
  4. *.000
  5. *.bak
  6. *.bck
  7. *.kicad_pcb-bak
  8. *.sch-bak
  9. *~
  10. _autosave-*
  11. *.tmp
  12. *-save.pro
  13. *-save.kicad_pcb
  14. fp-info-cache
  15. # Netlist files (exported from Eeschema)
  16. *.net
  17. # Autorouter files (exported from Pcbnew)
  18. *.dsn
  19. *.ses
  20. # Exported BOM files
  21. *.xml
  22. *.csv