A RGB LCD raspberry pi hat
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.
 
 
 
 

29 lines
414 B

  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. *.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