Ignore some more files in .gitignore (#4512)

This commit is contained in:
Victor Chernyakin
2025-08-05 13:41:50 -07:00
committed by GitHub
parent add164f6b3
commit ae8cb1e8e6

2
.gitignore vendored
View File

@@ -3,12 +3,14 @@
*.xcodeproj *.xcodeproj
*~ *~
.vscode/ .vscode/
.cache/
.vs/ .vs/
/CMakeScripts /CMakeScripts
/Testing /Testing
/_CPack_Packages /_CPack_Packages
/install_manifest.txt /install_manifest.txt
CMakeCache.txt CMakeCache.txt
CMakeUserPresets.json
CMakeFiles CMakeFiles
CPack*.cmake CPack*.cmake
CTestTestfile.cmake CTestTestfile.cmake