1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 00:10:11 +02:00
gitignore/KiCad.gitignore
Mara Bos 0455041ec4 Add *.sch-bak to KiCad.gitignore (#3153)
Newer versions of KiCad call the schematics backup file `.sch-bak`.
2019-08-20 08:48:18 -03:00

27 lines
386 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
*.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