mirror of
https://github.com/github/gitignore
synced 2024-11-05 11:28:50 +01:00
b7477e9c1b
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).
26 lines
375 B
Plaintext
26 lines
375 B
Plaintext
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
|
|
# Format documentation: http://kicad-pcb.org/help/file-formats/
|
|
|
|
# Temporary files
|
|
*.000
|
|
*.bak
|
|
*.bck
|
|
*.kicad_pcb-bak
|
|
*~
|
|
_autosave-*
|
|
*.tmp
|
|
*-rescue.lib
|
|
*-save.pro
|
|
*-save.kicad_pcb
|
|
|
|
# Netlist files (exported from Eeschema)
|
|
*.net
|
|
|
|
# Autorouter files (exported from Pcbnew)
|
|
*.dsn
|
|
*.ses
|
|
|
|
# Exported BOM files
|
|
*.xml
|
|
*.csv
|