Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KiCad: add pcb and schematic lock file patterns #4422

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 9, 2024

  1. KiCad: add pcb and schematic lock file patterns

    KiCad creates lock files when schematic and/or pcb is open, that should not be included in repos:
    
    ~*.kicad_pcb.lck
    ~*.kicad_sch.lck
    
    These files are unfortunately not mentioned in the documentation, but are used on at least macos with KiCad v8.0.
    
    https://www.kicad.org/
    mlilley committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    97e2534 View commit details
    Browse the repository at this point in the history