From e82dbc96cf988c2c9f10fe375b7dc589ad25aaca Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 1 Apr 2025 18:14:21 +0200 Subject: pcb: gitignore: Add *-backups 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. --- pcb/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'pcb') 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 -- cgit v1.2.3-70-g09d2