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

1234567891011121314151617181920212223242526272829
  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. *-backups
  10. *.kicad_prl
  11. *.sch-bak
  12. *~
  13. _autosave-*
  14. *.tmp
  15. *-save.pro
  16. *-save.kicad_pcb
  17. fp-info-cache
  18. # Netlist files (exported from Eeschema)
  19. *.net
  20. # Autorouter files (exported from Pcbnew)
  21. *.dsn
  22. *.ses
  23. # Exported BOM files
  24. *.xml
  25. *.csv