1. 08 11月, 2021 1 次提交
  2. 15 8月, 2021 1 次提交
    • W
      KiCad: add *-backups · 69f2ca02
      wc7086 提交于
      >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
      69f2ca02
  3. 12 7月, 2020 1 次提交
  4. 20 8月, 2019 1 次提交
  5. 01 6月, 2019 1 次提交
  6. 28 5月, 2019 1 次提交
  7. 12 5月, 2019 1 次提交
  8. 28 4月, 2019 1 次提交
  9. 16 8月, 2018 1 次提交
    • 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
  10. 11 3月, 2018 2 次提交
  11. 12 1月, 2017 1 次提交
    • E
      Fixed/Added ignore rules · fb6cd713
      Ernest Gu 提交于
      - *.ses files are generated by Freerouting (which is the partially integrated autorouter)
      - *.dsn files weren't actually being ignored
      fb6cd713
  12. 07 3月, 2016 2 次提交
  13. 12 2月, 2016 1 次提交
  14. 28 7月, 2015 1 次提交
  15. 20 3月, 2015 1 次提交