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 408B

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