Commit Graph

16 Commits

Author SHA1 Message Date
Brian Douglas 69c53a6c82
Merge pull request #3805 from wc7086/patch-1
KiCad: add *-backups
2021-12-10 16:36:58 -08:00
Josh Gadeken b705152d98
Update KiCad domain.
https://www.kicad.org/blog/2021/10/Avoid-links-to-former-kicad-domain/
2021-11-08 03:50:27 -07:00
wc7086 69f2ca026d
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
2021-08-15 08:52:06 +08:00
Diego Herranz 218a941be9
KiCad: add *.kicad_sch-bak and *.kicad_prl (#3427)
* KiCad: add *.kicad_sch-bak

As used by the new file formats for KiCad 6.0
See https://kicad-pcb.org/blog/2020/05/Development-Highlight-New-schematic-and-symbol-library-file-formats-are-now-the-default/

* Add *.kicad_prl to KiCad.gitignore

More info: https://forum.kicad.info/t/new-project-file-format/23705
2020-07-12 12:07:13 -03:00
Mara Bos 0455041ec4 Add *.sch-bak to KiCad.gitignore (#3153)
Newer versions of KiCad call the schematics backup file `.sch-bak`.
2019-08-20 08:48:18 -03:00
Jean-Noël Avila f9291de89f KiCAD: the -rescue.lib file is also precious! (#3025) 2019-06-01 10:37:17 -03:00
Dylan Bartlett a00cb872ef Revert "KiCad: add footprint cache (#3043)" (#3075)
This reverts commit 6ffcee9711.
2019-05-28 09:00:47 -03:00
Alex Studer d44a0cb156 Add fp-info-cache to KiCad gitignore (#3013)
See https://lists.launchpad.net/kicad-developers/msg38339.html and https://lists.launchpad.net/kicad-developers/msg38638.html
2019-05-12 09:45:08 -03:00
syzzer 6ffcee9711 KiCad: add footprint cache (#3043)
As described in commit c5a2ea1dd8b8f85f7524bbdaa17844f2324d02c5 in the
kicad repository itself, the fp-info-cache file should not be checked
in to version control.

(See https://git.launchpad.net/kicad/commit/?id=c5a2ea1dd8b8f85f7524bbdaa17844f2324d02c5)
2019-04-28 09:12:16 -03:00
Peter b7477e9c1b
KiCad .gitignore library fix
We shouldn't ignore -cache.lib files, because it causes missing components in your schema

http://kicad-pcb.org/help/file-formats/ specifically mentions this:

> `-cache.lib`: …​ a local copy of all the symbols used in the corresponding schematic, so that when the folder containing a KiCad project is copied to a different PC, the schematic can still be opened and printed and will still look the same as the original draughtsperson intended - even if that other PC does not have those symbols in its main libraries (or has symbols that coincidentally have the same name but are completely different).
2018-08-16 04:25:13 +02:00
Patrick José Pereira 820f5343c0 KiCad: Add backup, cache and rascue formats
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2018-03-11 10:22:05 -03:00
Patrick José Pereira afa7cc29c6 KiCad: Add formar documentation link
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2018-03-11 10:21:27 -03:00
Ernest Gu fb6cd71357 Fixed/Added ignore rules
- *.ses files are generated by Freerouting (which is the partially integrated autorouter)
- *.dsn files weren't actually being ignored
2017-01-12 00:14:28 -08:00
Martin d'Allens 4db34a4cb9 Remove OSX specific rule 2016-03-06 17:21:06 +01:00
Martin d'Allens 17a0db2466 KiCAD: ignore more temp files and generated data 2016-03-06 17:21:06 +01:00
Harrison G a2106e309d Fix capitalization of KiCad
According to their website, the correct capitalization is KiCad, not KiCAD.
2016-02-12 07:17:09 -05:00