These build outputs leaked into git (the .gitignore only covered .net/.pdf/etc). Added the patterns and untracked the files (kept on disk). Keeps the repo to source only and stops generated churn from being swept into unrelated commits. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
12 lines
165 B
Text
12 lines
165 B
Text
# KiCad + SKiDL generated/derived outputs (keep source: *.kicad_sch/_pro/_pcb)
|
|
*.net
|
|
*.pdf
|
|
*.svg
|
|
*.rpt
|
|
*.erc
|
|
*.log
|
|
*_sklib.py
|
|
*-bak
|
|
*.kicad_prl
|
|
fp-info-cache
|
|
~*.lck
|