Initial commit
This commit is contained in:
43
.gitignore
vendored
Normal file
43
.gitignore
vendored
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
# 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
|
||||||
|
*-backups/
|
||||||
|
|
||||||
|
# Netlist files (exported from Eeschema)
|
||||||
|
*.net
|
||||||
|
|
||||||
|
# Autorouter files (exported from Pcbnew)
|
||||||
|
*.dsn
|
||||||
|
*.ses
|
||||||
|
|
||||||
|
# Exported BOM files
|
||||||
|
*.xml
|
||||||
|
*.csv
|
||||||
|
|
||||||
|
# gitignore template for LTspice
|
||||||
|
# website: https://www.analog.com/en/design-center/design-tools-and-calculators/ltspice-simulator.html
|
||||||
|
|
||||||
|
# Logfile
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Simulation Outputs
|
||||||
|
*.raw
|
||||||
|
*.fft
|
||||||
|
|
||||||
|
# Netlist
|
||||||
|
*.net
|
||||||
0
electronics/kicad project files go here
Normal file
0
electronics/kicad project files go here
Normal file
2
electronics/sim/empty.asc
Normal file
2
electronics/sim/empty.asc
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Version 4
|
||||||
|
SHEET 1 880 680
|
||||||
Reference in New Issue
Block a user