]> source.dussan.org Git - gitignore.git/commitdiff
KiCad: add *-backups 3805/head
authorwc7086 <74053663+wc7086@users.noreply.github.com>
Sun, 15 Aug 2021 00:52:06 +0000 (08:52 +0800)
committerGitHub <noreply@github.com>
Sun, 15 Aug 2021 00:52:06 +0000 (08:52 +0800)
>A note about backup files
One other notable change is that the backup file system has been removed. This was the system that would create kicad_sch-bak and kicad_pcb-bak files every time you save. The short story about why this is removed is that with recent changes to the way file saving works, it should no longer be possible for files to be corrupted if KiCad crashes during a save, and the generation of these backup files was seen by many users as annoying clutter. For more context about this decision, you can read the [thread on the developers mailing list](https://lists.launchpad.net/kicad-developers/msg44067.html).

>An new backup system that properly backs up the whole project (see the [GitLab issue](https://gitlab.com/kicad/code/kicad/-/issues/4763)) has been implemented to replace this feature. As always when using nightly builds, back up your files separately in case a KiCad bug breaks the built-in backup system.

https://forum.kicad.info/t/new-project-file-format/23705

KiCad.gitignore

index bd70969a0f593c95b9c70cba4dfa48a7ed5a2778..8d5c52503974b16eeb070f216caab0d1f33b4527 100644 (file)
@@ -7,6 +7,7 @@
 *.bck
 *.kicad_pcb-bak
 *.kicad_sch-bak
+*-backups
 *.kicad_prl
 *.sch-bak
 *~