Commit bb2e9766 authored by Martin d'Allens's avatar Martin d'Allens

Add KiCad ignore for .bck and .kicad_pcb-bak

These are two other filetypes that KiCad creates before overwriting something.
parent d4c96963
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
# Temporary files # Temporary files
*.000 *.000
*.bak *.bak
*.bck
*.kicad_pcb-bak
# Netlist files (exported from Eeschema) # Netlist files (exported from Eeschema)
*.net *.net
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment