diff options
author | xengineering <me@xengineering.eu> | 2025-04-01 18:14:21 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-04-01 18:14:40 +0200 |
commit | e82dbc96cf988c2c9f10fe375b7dc589ad25aaca (patch) | |
tree | 691dedea867a9e7437933e92fde7ece7c4952c5d /pcb | |
parent | aa3a6384f14ee7d148b84523aa30723bc1020d39 (diff) | |
download | iot-contact-e82dbc96cf988c2c9f10fe375b7dc589ad25aaca.tar iot-contact-e82dbc96cf988c2c9f10fe375b7dc589ad25aaca.tar.zst iot-contact-e82dbc96cf988c2c9f10fe375b7dc589ad25aaca.zip |
pcb: gitignore: Add *-backupspcb
KiCad based on the not committed user settings saves backups in
iot-contact-backups. Excluding those backups from Git is important to
not double-track changes.
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 8d6124a..dfd09f9 100644 --- a/pcb/.gitignore +++ b/pcb/.gitignore @@ -2,3 +2,4 @@ fp-info-cache *.lck *auto_saved_files* +*-backups |