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.gitignore 263B

1234567891011121314151617181920
  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. # Exported BOM files
  15. *.xml
  16. *.csv