git ignore more files created by KiCAD (& co.)
This commit is contained in:
parent
0327e80558
commit
8765d61aca
23
.gitignore
vendored
23
.gitignore
vendored
@ -1,4 +1,27 @@
|
||||
# OSX thumbnails cache file
|
||||
.DS_Store
|
||||
|
||||
|
||||
# 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
|
||||
gerber/
|
||||
|
||||
# Netlist files (exported from Eeschema)
|
||||
*.net
|
||||
|
||||
# Autorouter files (exported from Pcbnew)
|
||||
*.dsn
|
||||
*.ses
|
||||
|
Loading…
Reference in New Issue
Block a user