diff options
author | xengineering <me@xengineering.eu> | 2025-04-11 20:06:47 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-04-11 20:06:47 +0200 |
commit | 594ec070fdc6f1a079858643e5685cc34645be97 (patch) | |
tree | ea971b7493a61debbc677231172443f766620ed3 | |
parent | ac60264a2ef3b4b9db7827b498341619ff9ec250 (diff) | |
download | iot-contact-594ec070fdc6f1a079858643e5685cc34645be97.tar iot-contact-594ec070fdc6f1a079858643e5685cc34645be97.tar.zst iot-contact-594ec070fdc6f1a079858643e5685cc34645be97.zip |
pcb: gitignore: Add _autosave*kicad*
These files seem to be present since KiCad 9.0 and should not be tracked
with version control.
-rw-r--r-- | pcb/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcb/.gitignore b/pcb/.gitignore index dfd09f9..7132856 100644 --- a/pcb/.gitignore +++ b/pcb/.gitignore @@ -3,3 +3,4 @@ fp-info-cache *.lck *auto_saved_files* *-backups +_autosave*kicad* |