1. 12 Oct, 2018 3 commits
  2. 11 Oct, 2018 1 commit
  3. 07 Oct, 2018 1 commit
  4. 06 Oct, 2018 1 commit
  5. 27 Sep, 2018 2 commits
  6. 21 Sep, 2018 2 commits
  7. 18 Sep, 2018 2 commits
  8. 15 Sep, 2018 2 commits
  9. 14 Sep, 2018 2 commits
  10. 12 Sep, 2018 2 commits
  11. 09 Sep, 2018 2 commits
  12. 04 Sep, 2018 3 commits
  13. 03 Sep, 2018 1 commit
  14. 26 Aug, 2018 6 commits
  15. 25 Aug, 2018 1 commit
  16. 22 Aug, 2018 2 commits
  17. 21 Aug, 2018 1 commit
  18. 19 Aug, 2018 1 commit
  19. 18 Aug, 2018 3 commits
  20. 16 Aug, 2018 2 commits
    • Brendan Forster's avatar
      Merge pull request #2782 from Peetz0r/patch-1 · 38b189d3
      Brendan Forster authored
      KiCad .gitignore library fix
      38b189d3
    • Peter's avatar
      KiCad .gitignore library fix · b7477e9c
      Peter authored
      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).
      b7477e9c