Files
dstalk/.gitignore
未知时光 3e9ba04df5 Stabilize Conan build and remove stale TLS code
Simplifies the active Windows build path around Boost.Beast/OpenSSL, fixes VS2017/clang-cl compatibility, and removes unused BearSSL/WinHTTP remnants so the project builds and tests cleanly.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-26 16:10:20 +08:00

33 lines
327 B
Plaintext

build/
build_test/
.cache/
.claude/
*.exe
*.dll
*.lib
*.so
*.dylib
*.obj
*.o
*.pdb
*.ilk
*.exp
# Conan cache / generated
deps/.conan/
# tools/ 中的便携工具 (由 setup.bat 下载,不提交)
tools/cmake/
tools/ninja/
tools/llvm/
tools/.venv/
# IDE
.vs/
.vscode/
.idea/
*.user
config.toml
*.local.toml
build-script.log