44 lines
427 B
Plaintext
Raw Normal View History

2025-01-12 20:40:08 +08:00
*~
*.swp
*.log
# Boost.Build
stdcerr
/doc/*build*
/io/output
# Documentation and Sphinx
doc/html
doc/warnings.txt
# Visual Studio (Code)
/.vs
.vscode
*.code-workspace
out
# Clang/LLVM
/.clang-format
# CMake
/*build*
/cmake-build-debug/
/cmake-build-release/
/CMakeSettings.json
/cmake-variants.yaml
# JetBrains
/.idea
# Python
.venv*
.env*
# Conan
conaninfo.txt
graph_info.json
# clangd
compile_commands.json
.clangd/