hardware: update .gitignore for KiCad and plugin

This commit is contained in:
Michael Ossmann
2022-10-29 06:32:18 -04:00
parent d08d2418fe
commit a0d7f1edfe

5
hardware/.gitignore vendored
View File

@ -11,6 +11,7 @@ $savepcb.*
*.sch-bak *.sch-bak
_autosave* _autosave*
*.zip *.zip
\#auto_saved_files\#
# KiCad cache files # KiCad cache files
# *-cache.lib not ignored, so schematic can be viewed without libraries # *-cache.lib not ignored, so schematic can be viewed without libraries
@ -44,3 +45,7 @@ fp-info-cache
*.ps *.ps
*.plt *.plt
*.xml *.xml
# KiCad Interactive HTML BOM plugin
*.ini
*.html