27 lines
222 B
Plaintext
27 lines
222 B
Plaintext
# Build
|
|
build/
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# CMake
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
Makefile
|
|
|
|
# Compiled output
|
|
*.uf2
|
|
*.elf
|
|
*.bin
|
|
*.hex
|
|
*.map
|
|
*.dis
|
|
|
|
# Python cache (pico sdk tools)
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# FS
|
|
fsdata.c
|