mirror of
https://github.com/funkeleinhorn/uart-converter-pcb.git
synced 2026-02-24 06:06:13 +01:00
This is the first version of my UART-converter. I have manufactured 9 units of this to give away some at GPN22.
68 lines
820 B
Text
68 lines
820 B
Text
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
|
|
|
|
# Temporary files
|
|
*.000
|
|
*.sch-bak
|
|
*.kicad_sch-bak
|
|
*.bak
|
|
*.bck
|
|
*.kicad_pcb-bak
|
|
*~
|
|
_autosave-*
|
|
_saved_*
|
|
*.tmp
|
|
*-backups/
|
|
|
|
# Project setting files
|
|
*.kicad_prl
|
|
|
|
# Netlist files (exported from Eeschema)
|
|
*.net
|
|
|
|
# Autorouter files (exported from Pcbnew)
|
|
.dsn
|
|
|
|
# Exported BOM and Gerber files
|
|
# *.xml
|
|
*.csv
|
|
Thumbs.db
|
|
gerbers/
|
|
gerbers_*/
|
|
production*/
|
|
|
|
# Archive files
|
|
*.zip
|
|
*.rar
|
|
|
|
# Rendered schematics and exported board drawings
|
|
*.svg
|
|
*.pdf
|
|
|
|
# Position files for pick&placing
|
|
*.pos
|
|
|
|
#Some useless cache file
|
|
fp-info-cache
|
|
|
|
# "rescue" backup files
|
|
rescue-backup/
|
|
|
|
# panel files
|
|
panel*kicad_pcb
|
|
panel*kicad_prl
|
|
panel*kicad_pro
|
|
|
|
# extra panel files - blacklisted until -f added
|
|
panel_*.json
|
|
|
|
\#auto_saved_files#
|
|
|
|
# 3D files
|
|
*.step
|
|
|
|
# BOM
|
|
*.csv
|
|
|
|
# KiCad lock file
|
|
*.lck
|
|
|