49 lines
533 B
Plaintext
49 lines
533 B
Plaintext
# Build output (in-repo)
|
|
build/
|
|
|
|
# Other common build dirs
|
|
cmake-build-*/
|
|
out/
|
|
dist/
|
|
|
|
# CMake/Ninja generated files (in case you build in-tree elsewhere)
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
compile_commands.json
|
|
*.ninja
|
|
.ninja_deps
|
|
.ninja_log
|
|
|
|
# Pico SDK / embedded build artifacts
|
|
*.elf
|
|
*.uf2
|
|
*.bin
|
|
*.hex
|
|
*.map
|
|
*.dis
|
|
*.lst
|
|
*.sym
|
|
|
|
# Object/dependency archives
|
|
*.o
|
|
*.a
|
|
*.d
|
|
*.su
|
|
|
|
# Logs and crash dumps
|
|
*.log
|
|
core
|
|
core.*
|
|
|
|
# IDE/editor
|
|
.vscode/
|
|
.idea/
|
|
*.code-workspace
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|