Commit Graph

7 Commits

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