mirror of
https://github.com/stasenso/Thermometr_pico.git
synced 2026-06-26 21:42:42 +03:00
Init
This commit is contained in:
+33
@@ -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/
|
||||
Reference in New Issue
Block a user