Merge branch 'github:main' into patch-1

This commit is contained in:
VIRATI AKIRANANDHAN REDDY 2026-01-15 08:02:58 +05:30 committed by GitHub
commit f498f608e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,8 @@
*.so
*.dylib
*.dll
*.so.*
# Fortran module files
*.mod
@ -37,5 +39,31 @@
*.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/