uart-converter-pcb/.gitignore
Funkeleinhorn 19e4273d6d
Initial 4-layer version of my PCB.
This is the first version of my UART-converter.
I have manufactured 9 units of this to give away some at GPN22.
2024-05-09 20:41:07 +02:00

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