]> source.dussan.org Git - gitignore.git/commitdiff
Fix capitalization of KiCad 1859/head
authorHarrison G <Harrison-G@users.noreply.github.com>
Fri, 12 Feb 2016 12:17:09 +0000 (07:17 -0500)
committerHarrison G <Harrison-G@users.noreply.github.com>
Fri, 12 Feb 2016 12:17:09 +0000 (07:17 -0500)
According to their website, the correct capitalization is KiCad, not KiCAD.

KiCAD.gitignore [deleted file]
KiCad.gitignore [new file with mode: 0644]

diff --git a/KiCAD.gitignore b/KiCAD.gitignore
deleted file mode 100644 (file)
index a9e50ba..0000000
+++ /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 (file)
index 0000000..24cddf9
--- /dev/null
@@ -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