hardware: update .gitignore for KiCad and plugin
This commit is contained in:
5
hardware/.gitignore
vendored
5
hardware/.gitignore
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user