log
loghttp
deviceback
Deviceld.txt

# CMake / build 输出（默认全部忽略）
build/*
build/.ninja_*
build/Testing/
build-debug/

# 仅保留主程序二进制
!build/main

# 常见编译中间产物
*.o
*.obj
*.a
*.so
*.so.*
*.dylib
*.dll
*.exe
*.out
*.elf

# CMake 生成文件（若误生成到源码目录也忽略）
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
CTestTestfile.cmake
Makefile
compile_commands.json