2024-05-03 02:13:03 +02:00
|
|
|
**/*-backups/*.zip
|
2024-05-03 02:19:01 +02:00
|
|
|
Manual/*
|
|
|
|
Datenblätter/*
|
2024-05-03 02:31:32 +02:00
|
|
|
|
2024-11-10 20:43:42 +01:00
|
|
|
# ---> KiCad
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# Netlist files (exported from Eeschema)
|
|
|
|
*.net
|
|
|
|
|
|
|
|
# Autorouter files (exported from Pcbnew)
|
|
|
|
*.dsn
|
|
|
|
*.ses
|
|
|
|
|
|
|
|
FT24-SLS/*.log
|
|
|
|
|
2024-11-03 15:04:55 +01:00
|
|
|
Software/.vscode/
|
|
|
|
Software/build/
|
|
|
|
Software/Debug
|
|
|
|
Software/.cache/
|
|
|
|
Software/.clangd
|
|
|
|
Software/compile_commands.json
|
|
|
|
Software/STM32Make.make
|
|
|
|
Software/.metadata/
|
|
|
|
Software/openocd.cfg
|
2024-11-03 13:02:53 +01:00
|
|
|
|
2024-05-03 02:13:03 +02:00
|
|
|
Simulation/*
|
2024-11-10 20:43:42 +01:00
|
|
|
!Simulation/*.asc
|
|
|
|
|