KiCad project for universal esp8266 based light controller board.
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.

.gitignore 389B

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