Compare commits

..

3 Commits

Author SHA1 Message Date
VIRATI AKIRANANDHAN REDDY
f498f608e7
Merge branch 'github:main' into patch-1 2026-01-15 08:02:58 +05:30
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

@ -21,6 +21,8 @@
*.so *.so
*.dylib *.dylib
*.dll *.dll
*.so.*
# Fortran module files # Fortran module files
*.mod *.mod
@ -37,5 +39,31 @@
*.out *.out
*.app *.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 # debug information files
*.dwo *.dwo
# test output & cache
Testing/
.cache/