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

123456789101112131415161718192021
  1. # For PCBs designed using KiCad: http://www.kicad-pcb.org/
  2. # Temporary files
  3. *.000
  4. *.bak
  5. *.bck
  6. *.kicad_pcb-bak
  7. *~
  8. _autosave-*
  9. *.tmp
  10. # Netlist files (exported from Eeschema)
  11. *.net
  12. # Autorouter files (exported from Pcbnew)
  13. *.dsn
  14. *.ses
  15. # Exported BOM files
  16. *.xml
  17. *.csv