aboutsummaryrefslogtreecommitdiffstats
path: root/KiCad.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* feat: add KiCad lock/autosave filesLoo Zheng Yuan2023-12-271-0/+2
|
* Merge pull request #3805 from wc7086/patch-1Brian Douglas2021-12-101-0/+1
|\ | | | | KiCad: add *-backups
| * KiCad: add *-backupswc70862021-08-151-0/+1
| | | | | | | | | | | | | | | | >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
* | Update KiCad domain.Josh Gadeken2021-11-081-2/+2
|/ | | | https://www.kicad.org/blog/2021/10/Avoid-links-to-former-kicad-domain/
* KiCad: add *.kicad_sch-bak and *.kicad_prl (#3427)Diego Herranz2020-07-121-0/+2
| | | | | | | | | | * 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
* Add *.sch-bak to KiCad.gitignore (#3153)Mara Bos2019-08-201-0/+1
| | | Newer versions of KiCad call the schematics backup file `.sch-bak`.
* KiCAD: the -rescue.lib file is also precious! (#3025)Jean-Noël Avila2019-06-011-1/+0
|
* Revert "KiCad: add footprint cache (#3043)" (#3075)Dylan Bartlett2019-05-281-3/+0
| | | This reverts commit 6ffcee971119154f1188666c92d94248fa053b8e.
* Add fp-info-cache to KiCad gitignore (#3013)Alex Studer2019-05-121-0/+1
| | | See https://lists.launchpad.net/kicad-developers/msg38339.html and https://lists.launchpad.net/kicad-developers/msg38638.html
* KiCad: add footprint cache (#3043)syzzer2019-04-281-0/+3
| | | | | | | 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)
* KiCad .gitignore library fixPeter2018-08-161-1/+0
| | | | | | | 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).
* KiCad: Add backup, cache and rascue formatsPatrick José Pereira2018-03-111-0/+4
| | | | Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
* KiCad: Add formar documentation linkPatrick José Pereira2018-03-111-0/+1
| | | | Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
* Fixed/Added ignore rulesErnest Gu2017-01-121-1/+2
| | | | - *.ses files are generated by Freerouting (which is the partially integrated autorouter) - *.dsn files weren't actually being ignored
* Remove OSX specific ruleMartin d'Allens2016-03-061-3/+0
|
* KiCAD: ignore more temp files and generated dataMartin d'Allens2016-03-061-0/+10
|
* Fix capitalization of KiCadHarrison G2016-02-121-0/+13
According to their website, the correct capitalization is KiCad, not KiCAD.