diff options
author | Loo Zheng Yuan <loozhengyuan@gmail.com> | 2023-12-27 22:59:39 +0800 |
---|---|---|
committer | Loo Zheng Yuan <loozhengyuan@gmail.com> | 2023-12-27 22:59:39 +0800 |
commit | 0bfdc4464cf28e46e29ae3c852153a30c1537507 (patch) | |
tree | 5e73e12f37bfc6a1954ec025bf91d17720a17000 | |
parent | 4488915eec0b3a45b5c63ead28f286819c0917de (diff) | |
download | gitignore-0bfdc4464cf28e46e29ae3c852153a30c1537507.tar.gz gitignore-0bfdc4464cf28e46e29ae3c852153a30c1537507.zip |
feat: add KiCad lock/autosave files
-rw-r--r-- | KiCad.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/KiCad.gitignore b/KiCad.gitignore index a63bc0e7..59fde34c 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -16,6 +16,8 @@ _autosave-* *-save.pro *-save.kicad_pcb fp-info-cache +~*.lck +\#auto_saved_files# # Netlist files (exported from Eeschema) *.net |