Created
September 30, 2020 17:57
-
-
Save cowboy/71a35998640eb5a6c50680c979b35187 to your computer and use it in GitHub Desktop.
kicad gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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