Files

.gitignore
# Ignore list for Eagle, a PCB layout tool # Backup files *.s#? *.b#? *.l#? *.b$? *.s$? *.l$? # Eagle project file # It contains a serial number and references to the file structure # on your computer. # comment the following line if you want to have your project file included. eagle.epf # Autorouter files *.pro *.job # CAM files *.$$$ *.cmp *.ly2 *.l15 *.sol *.plc *.stc *.sts *.crc *.crs *.dri *.drl *.gpi *.pls *.ger *.gpi *.xln *.drd *.drd.* *.s#* *.b#* *.info *.eps # file locks introduced since 7.x *.lck # Ignore list for Kicad # For PCBs designed using KiCad: http://www.kicad-pcb.org/ # Format documentation: http://kicad-pcb.org/help/file-formats/ # Temporary files *.000 *.bak *.bck *.kicad_pcb-bak *.sch-bak *~ _autosave-* *.tmp *-save.pro *-save.kicad_pcb fp-info-cache sbc-backups/* # Netlist files (exported from Eeschema) *.net # Autorouter files (exported from Pcbnew) *.dsn *.ses # Exported BOM files *.xml *.csv outputs/*
Report a bug