raspberry pi can bus hat
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 42 lines 571 B view raw
1# For PCBs designed using KiCad: https://www.kicad.org/ 2# Format documentation: https://kicad.org/help/file-formats/ 3 4# Temporary files 5*.000 6*.bak 7*.bck 8*.kicad_pcb-bak 9*.kicad_sch-bak 10*-backups 11*-cache* 12*-bak 13*-bak* 14*~ 15~* 16_autosave-* 17\#auto_saved_files\# 18*.tmp 19*-save.pro 20*-save.kicad_pcb 21fp-info-cache 22~*.lck 23\#auto_saved_files# 24 25# Netlist files (exported from Eeschema) 26*.net 27 28# Autorouter files (exported from Pcbnew) 29*.dsn 30*.ses 31 32# Exported BOM files 33*.xml 34*.csv 35 36# Archived Backups (KiCad 6.0) 37**/*-backups/*.zip 38 39# Local project settings 40*.kicad_prl 41 42/production