synth_panel/kicad/.gitignore
Julian Daube de9f3bf1b3 initial version
- volume pot is not correct
- touchscreen dimensions need to be checked
- touchscreen should be moved into a seperate part
2019-12-15 02:45:34 +01:00

26 lines
385 B
Plaintext

# 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
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv