mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-11 07:25:07 +01:00
95da529867
* Add JLCPCB order ID text to Six-Slot Adapter; you can select "specify location" for order number location when ordering from JLCPCB. It is placed so the SNES slot covers it. (PCB revision not incremented because it is only a minor change to the silkscreen.) * Added relative path for footprint and symbol libs to six-slot adapter project files. * Added footprint details/links to schematic symbols. * Added .gitignore and included most of the files that should remain local-only.
31 lines
415 B
Plaintext
31 lines
415 B
Plaintext
# For PCBs designed using KiCad: https://www.kicad.org/
|
|
# Format documentation: https://kicad.org/help/file-formats/
|
|
|
|
# Temporary files
|
|
*.000
|
|
*.bak
|
|
*.bck
|
|
*.kicad_pcb-bak
|
|
*.kicad_sch-bak
|
|
*-backups
|
|
*.kicad_prl
|
|
*.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
|
|
|
|
# Misc
|
|
*.old
|
|
*.old.*
|
|
*gerber/
|