Fix capitalization of KiCad
According to their website, the correct capitalization is KiCad, not KiCAD.
This commit is contained in:
13
KiCad.gitignore
Normal file
13
KiCad.gitignore
Normal file
@@ -0,0 +1,13 @@
|
||||
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
|
||||
|
||||
# Temporary files
|
||||
*.000
|
||||
*.bak
|
||||
*.bck
|
||||
*.kicad_pcb-bak
|
||||
|
||||
# Netlist files (exported from Eeschema)
|
||||
*.net
|
||||
|
||||
# Autorouter files (exported from Pcbnew)
|
||||
.dsn
|
Reference in New Issue
Block a user