Files
InstrumentVisor/.gitignore
KenwoodFox fc676fc864
Some checks failed
Docs / Build Docs (pull_request) Failing after 1s
Docs / Publish Docs (pull_request) Has been skipped
Firmware / Firmware Builder (pull_request) Failing after 4m23s
Firmware / Delinter (pull_request) Failing after 0s
Hardware / KiCad Hardware (pull_request) Successful in 1m26s
Hardware / Publish (pull_request) Has been skipped
Bump instrument visor with camera
2024-02-04 22:00:33 -05:00

54 lines
501 B
Plaintext

# Build artifacts
version.h
_build
# Binaries
*.FCStd1
*.stl
*.pdf
*.zip
*.*~
# CAD Artifacts
*.stl
# Doc artifacts
_*/
# Temporary files
*.000
*.bak
*.bck
*.blend1
*.kicad_pcb-bak
*.kicad_sch-bak
*-backups
*.kicad_prl
*.sch-bak
*~
_autosave-*
*.tmp
*-bak
*-save.pro
*-save.kicad_pcb
fp-info-cache
*auto_saved_files#
*.lck
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv
# Pio
.pio
# dev artifacts
.vscode