From: Harrison G Date: Fri, 12 Feb 2016 12:17:09 +0000 (-0500) Subject: Fix capitalization of KiCad X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a2106e309d50ac4ce34661444c805509c03e2844;p=gitignore.git Fix capitalization of KiCad According to their website, the correct capitalization is KiCad, not KiCAD. --- diff --git a/KiCAD.gitignore b/KiCAD.gitignore deleted file mode 100644 index a9e50ba4..00000000 --- a/KiCAD.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -# 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 diff --git a/KiCad.gitignore b/KiCad.gitignore new file mode 100644 index 00000000..24cddf9b --- /dev/null +++ b/KiCad.gitignore @@ -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