mirror of https://codeberg.org/topola/topola.git
gitignore: ignore KiCad archive and lock files
This commit is contained in:
parent
0dacb99c9e
commit
4f8bf8f686
|
|
@ -14,3 +14,7 @@ Cargo.lock
|
||||||
# MSVC Windows builds of rustc generate these, which store debugging information
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||||
*.pdb
|
*.pdb
|
||||||
|
|
||||||
|
# ---> KiCad
|
||||||
|
*-backups
|
||||||
|
*.zip
|
||||||
|
*.lck
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue