diff options
author | xengineering <me@xengineering.eu> | 2025-02-15 13:29:00 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-02-15 14:03:26 +0100 |
commit | d18af4337035cf8a6384cd719770960b5c1b26df (patch) | |
tree | 062b0de309ab8a49c625292d6cb26e8453e8800e /pcb | |
parent | eab2bac5267657142a7ab78ebbf458cccc09ee1a (diff) | |
download | iot-contact-d18af4337035cf8a6384cd719770960b5c1b26df.tar iot-contact-d18af4337035cf8a6384cd719770960b5c1b26df.tar.zst iot-contact-d18af4337035cf8a6384cd719770960b5c1b26df.zip |
pcb: gitignore: Add *auto_saved_files*
Diffstat (limited to 'pcb')
-rw-r--r-- | pcb/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcb/.gitignore b/pcb/.gitignore index 40f9412..8d6124a 100644 --- a/pcb/.gitignore +++ b/pcb/.gitignore @@ -1,3 +1,4 @@ *.kicad_prl fp-info-cache *.lck +*auto_saved_files* |