Merge branch 'github:main' into main

This commit is contained in:
Tsunami43 2026-01-20 22:58:35 +03:00 committed by GitHub
commit 776eef4589
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,6 +32,8 @@ data
*.so
*.dylib
*.dll
*.so.*
# Fortran module files
*.mod
@ -48,5 +50,31 @@ data
*.out
*.app
# Build directories
build/
Build/
build-*/
# CMake generated files
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
install_manifest.txt
compile_commands.json
# Temporary files
*.tmp
*.log
*.bak
*.swp
# vcpkg
vcpkg_installed/
# debug information files
*.dwo
# test output & cache
Testing/
.cache/