aboutsummaryrefslogtreecommitdiffstats
path: root/KiCad.gitignore
diff options
context:
space:
mode:
authorwc7086 <74053663+wc7086@users.noreply.github.com>2021-08-15 08:52:06 +0800
committerGitHub <noreply@github.com>2021-08-15 08:52:06 +0800
commit69f2ca026d788f9c5ebead6f02eddd616c61d611 (patch)
tree1a045871f4bbe36795dca6c8f5d8483c6d2511d8 /KiCad.gitignore
parent991e760c1c6d50fdda246e0178b9c58b06770b90 (diff)
downloadgitignore-69f2ca026d788f9c5ebead6f02eddd616c61d611.tar.gz
gitignore-69f2ca026d788f9c5ebead6f02eddd616c61d611.zip
KiCad: add *-backups
>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
Diffstat (limited to 'KiCad.gitignore')
-rw-r--r--KiCad.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/KiCad.gitignore b/KiCad.gitignore
index bd70969a..8d5c5250 100644
--- a/KiCad.gitignore
+++ b/KiCad.gitignore
@@ -7,6 +7,7 @@
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
+*-backups
*.kicad_prl
*.sch-bak
*~