prep for import into KiCad 10, now that that's possible :)

This commit is contained in:
2026-02-17 11:02:39 -08:00
parent 9d6367e7d0
commit 55f17373d3
4 changed files with 46 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
# For PCBs designed using KiCad: https://www.kicad.org/
# Format documentation: https://kicad.org/help/file-formats/
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
*-backups
*-cache*
*-bak
*-bak*
*~
~*
_autosave-*
\#auto_saved_files\#
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache
~*.lck
\#auto_saved_files#
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
#*.csv
# Archived Backups (KiCad 6.0)
**/*-backups/*.zip
# Local project settings
*.kicad_prl
jlcpcb/gerber
+3
View File
@@ -0,0 +1,3 @@
[submodule "gschem-sym"]
path = gschem-sym
url = ssh://git@git.alfter.us:222/salfter/gschem-sym
+1
View File
@@ -0,0 +1 @@
(component-library "./gschem-sym")
Submodule
+1
Submodule gschem-sym added at 803efedfdc