This commit is contained in:
Stanislav N Mikhailov
2026-05-02 15:44:14 +03:00
commit fb86498602
5 changed files with 128 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# Build directories
/build/
**/build/
/cmake-build-*/
# CMake
/CMakeCache.txt
**/CMakeCache.txt
/CMakeFiles/
**/CMakeFiles/
/cmake_install.cmake
**/cmake_install.cmake
/compile_commands.json
**/compile_commands.json
/Makefile
**/Makefile
/CTestTestfile.cmake
**/CTestTestfile.cmake
/Testing/
**/Testing/
# Pico SDK and linker/generated files
*.bin
*.dis
*.elf
*.hex
*.map
*.uf2
*.ld
# IDE/editor
.vscode/
.idea/