mirror of
https://github.com/stasenso/Thermometr_pico.git
synced 2026-06-26 21:42:42 +03:00
34 lines
415 B
Plaintext
34 lines
415 B
Plaintext
# 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/
|