1
0
mirror of https://github.com/github/gitignore synced 2024-11-26 13:44:21 +01:00
gitignore/KiCad.gitignore
Mike Coles 357840fcaa
ignpore kicad 5.99+ auto-backups
KiCad 5.99, presumably 6 as well, puts auto-created backups in a <project>-backups directory locate in the root of the project.
2021-02-17 22:51:41 -05:00

32 lines
436 B
Plaintext

# 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
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv
# backups
/*-backups