Skip to content

Instantly share code, notes, and snippets.

@cowboy
Created September 30, 2020 17:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cowboy/71a35998640eb5a6c50680c979b35187 to your computer and use it in GitHub Desktop.
Save cowboy/71a35998640eb5a6c50680c979b35187 to your computer and use it in GitHub Desktop.
kicad gitignore
# Adapted from:
# https://github.com/github/gitignore/blob/master/KiCad.gitignore
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
# Format documentation: http://kicad-pcb.org/help/file-formats/
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
*.kicad_prl
*.sch-bak
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache
/build
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Footprint association file (exported from Pcbnew)
*.cmp
# Exported BOM files
*.xml
*.csv
*.tsv
# Misc
*.log
*.raw
.svg2shenzhen-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment