Browse Source

Add KiCad ignore for .bck and .kicad_pcb-bak

These are two other filetypes that KiCad creates before overwriting something.
Martin d'Allens 9 years ago
parent
commit
bb2e976626
1 changed files with 2 additions and 0 deletions
  1. 2 0
      KiCAD.gitignore

+ 2 - 0
KiCAD.gitignore

@@ -3,6 +3,8 @@
 # Temporary files
 *.000
 *.bak
+*.bck
+*.kicad_pcb-bak
 
 # Netlist files (exported from Eeschema)
 *.net