Compare commits

..

3 Commits

Author SHA1 Message Date
Tsunami43
776eef4589
Merge branch 'github:main' into main 2026-01-20 22:58:35 +03:00
Tim Hunter
96a44720e8
Merge pull request #4752 from moezgwall/improve-cpp-gitignore
Improve C++.gitignore
2026-01-13 13:40:39 -08:00
moez chroufa
63c110e757 Improve C++.gitignore 2025-11-04 01:11:48 +01:00

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/