mirror of https://codeberg.org/topola/topola.git
chore(gitignore): ignore KiCad lockfiles and `fp-info-cache`
This commit is contained in:
parent
3bd6a927b9
commit
577e1a5b11
|
|
@ -15,8 +15,11 @@ Cargo.lock
|
|||
*.pdb
|
||||
|
||||
# ---> KiCad
|
||||
# Autoarchive files
|
||||
# Temporary and autoarchive files
|
||||
|
||||
*-backups
|
||||
fp-info-cache
|
||||
~*.lck
|
||||
*.zip
|
||||
|
||||
# Lockfiles
|
||||
|
|
|
|||
Loading…
Reference in New Issue