Commit Graph

12 Commits

Author SHA1 Message Date
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