From ae8cb1e8e6b788aaaaf45db829a37e319ee0c169 Mon Sep 17 00:00:00 2001 From: Victor Chernyakin Date: Tue, 5 Aug 2025 13:41:50 -0700 Subject: [PATCH] Ignore some more files in `.gitignore` (#4512) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index edd4b086..25924b1e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,12 +3,14 @@ *.xcodeproj *~ .vscode/ +.cache/ .vs/ /CMakeScripts /Testing /_CPack_Packages /install_manifest.txt CMakeCache.txt +CMakeUserPresets.json CMakeFiles CPack*.cmake CTestTestfile.cmake