mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
40 lines
558 B
Text
40 lines
558 B
Text
# 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
|
|
*-cache*
|
|
*-bak
|
|
*-bak*
|
|
*~
|
|
~*
|
|
_autosave-*
|
|
\#auto_saved_files\#
|
|
*.tmp
|
|
*-save.pro
|
|
*-save.kicad_pcb
|
|
fp-info-cache
|
|
~*.lck
|
|
\#auto_saved_files#
|
|
|
|
# Netlist files (exported from Eeschema)
|
|
*.net
|
|
|
|
# Autorouter files (exported from Pcbnew)
|
|
*.dsn
|
|
*.ses
|
|
|
|
# Exported BOM files
|
|
*.xml
|
|
*.csv
|
|
|
|
# Archived Backups (KiCad 6.0)
|
|
**/*-backups/*.zip
|
|
|
|
# Local project settings
|
|
*.kicad_prl
|