Create KiCAD.gitignore
Add file for KiCAD EDA software
This commit is contained in:
parent
b8da0e3a89
commit
57e9f2a809
11
KiCAD.gitignore
Normal file
11
KiCAD.gitignore
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# For PCBs designed using KiCAD: http://www.kicad-pcb.org/
|
||||||
|
|
||||||
|
# Temporary files
|
||||||
|
*.000
|
||||||
|
*.bak
|
||||||
|
|
||||||
|
# Netlist files (exported from Eeschema)
|
||||||
|
*.net
|
||||||
|
|
||||||
|
# Autorouter files (exported from Pcbnew)
|
||||||
|
.dsn
|
Loading…
Reference in New Issue
Block a user