make xml files available
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -12,4 +12,5 @@ Octave
|
|||||||
.pio
|
.pio
|
||||||
|
|
||||||
logs
|
logs
|
||||||
|
*.bak
|
||||||
|
*~
|
||||||
|
|||||||
36
Cards/.gitignore
vendored
36
Cards/.gitignore
vendored
@@ -1,37 +1 @@
|
|||||||
# 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
|
|
||||||
*.kicad_prl
|
|
||||||
*.sch-bak
|
|
||||||
*~
|
|
||||||
_autosave-*
|
|
||||||
*.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
|
|
||||||
|
|
||||||
# Gerber outputs
|
|
||||||
Gerbers\*
|
|
||||||
*.zip
|
|
||||||
|
|
||||||
T*
|
T*
|
||||||
|
|||||||
36
Cards/EaserCAT-2000/Kicad/.gitignore
vendored
36
Cards/EaserCAT-2000/Kicad/.gitignore
vendored
@@ -1,3 +1,39 @@
|
|||||||
fp-info-cache
|
fp-info-cache
|
||||||
Ethercat-stm32-backup*
|
Ethercat-stm32-backup*
|
||||||
*.lck
|
*.lck
|
||||||
|
# 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
|
||||||
|
*.kicad_prl
|
||||||
|
*.sch-bak
|
||||||
|
*~
|
||||||
|
_autosave-*
|
||||||
|
*.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
|
||||||
|
|
||||||
|
# Gerber outputs
|
||||||
|
Gerbers\*
|
||||||
|
*.zip
|
||||||
|
|
||||||
|
|||||||
@@ -12,3 +12,39 @@ freerouting.*
|
|||||||
|
|
||||||
Ax58100-stm32-ethercat.csv
|
Ax58100-stm32-ethercat.csv
|
||||||
Ax58100-stm32-ethercat.ods
|
Ax58100-stm32-ethercat.ods
|
||||||
|
# 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
|
||||||
|
*.kicad_prl
|
||||||
|
*.sch-bak
|
||||||
|
*~
|
||||||
|
_autosave-*
|
||||||
|
*.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
|
||||||
|
|
||||||
|
# Gerber outputs
|
||||||
|
Gerbers\*
|
||||||
|
*.zip
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user