1. 12 10月, 2018 4 次提交
  2. 07 10月, 2018 1 次提交
  3. 06 10月, 2018 1 次提交
  4. 28 9月, 2018 2 次提交
  5. 21 9月, 2018 2 次提交
  6. 18 9月, 2018 2 次提交
  7. 15 9月, 2018 4 次提交
  8. 12 9月, 2018 2 次提交
  9. 10 9月, 2018 2 次提交
  10. 05 9月, 2018 2 次提交
  11. 04 9月, 2018 1 次提交
  12. 03 9月, 2018 1 次提交
  13. 27 8月, 2018 2 次提交
  14. 26 8月, 2018 4 次提交
  15. 25 8月, 2018 1 次提交
  16. 23 8月, 2018 1 次提交
  17. 22 8月, 2018 2 次提交
  18. 19 8月, 2018 4 次提交
  19. 16 8月, 2018 2 次提交
    • B
      Merge pull request #2782 from Peetz0r/patch-1 · 38b189d3
      Brendan Forster 提交于
      KiCad .gitignore library fix
      38b189d3
    • P
      KiCad .gitignore library fix · b7477e9c
      Peter 提交于
      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