KiCAD files to .gitignore
This commit is contained in:
parent
79a3164689
commit
504ea9870f
1 changed files with 27 additions and 1 deletions
28
.gitignore
vendored
28
.gitignore
vendored
|
@ -1,2 +1,28 @@
|
||||||
~$*.SLDPRT
|
~$*.SLDPRT
|
||||||
~$*.SLDASM
|
~$*.SLDASM
|
||||||
|
|
||||||
|
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
|
||||||
|
# Format documentation: http://kicad-pcb.org/help/file-formats/
|
||||||
|
|
||||||
|
# Temporary files
|
||||||
|
*-backups/
|
||||||
|
*.000
|
||||||
|
*.bak
|
||||||
|
*.bck
|
||||||
|
*.kicad_pcb-bak
|
||||||
|
*~
|
||||||
|
_autosave-*
|
||||||
|
*.tmp
|
||||||
|
*-cache.lib
|
||||||
|
*-rescue.lib
|
||||||
|
*-save.pro
|
||||||
|
*-save.kicad_pcb
|
||||||
|
*.sch-bak
|
||||||
|
fp-info-cache
|
||||||
|
|
||||||
|
# Netlist files (exported from Eeschema)
|
||||||
|
*.net
|
||||||
|
|
||||||
|
# Autorouter files (exported from Pcbnew)
|
||||||
|
*.dsn
|
||||||
|
*.ses
|
Loading…
Add table
Add a link
Reference in a new issue