mirror of
https://github.com/github/gitignore.git
synced 2025-02-19 12:44:53 +08:00
Added lck files and autosave files to KiCad gitignore
No apparent canonical documentation for lck files in KiCad, but here's an issue that mentions them: https://gitlab.com/kicad/code/kicad/-/issues/15148 Also ignoring auto_saved_files file. https://techoverflow.net/2020/06/13/what-gitignore-to-use-for-kicad-projects/
This commit is contained in:
parent
4488915eec
commit
35e9a259b7
@ -12,6 +12,8 @@
|
||||
*.sch-bak
|
||||
*~
|
||||
_autosave-*
|
||||
\#auto_saved_files\#
|
||||
~*.lck
|
||||
*.tmp
|
||||
*-save.pro
|
||||
*-save.kicad_pcb
|
||||
|
Loading…
Reference in New Issue
Block a user