mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Add KiCad ignore for .bck and .kicad_pcb-bak
These are two other filetypes that KiCad creates before overwriting something.
This commit is contained in:
parent
d4c9696398
commit
bb2e976626
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user