From 49f8ec54dfb94da7fc8e32d75ba98aaceccbc524 Mon Sep 17 00:00:00 2001 From: Serg Kryvonos Date: Tue, 21 Nov 2023 17:27:35 +0100 Subject: [PATCH] Git ignore Visual Studio CMake build directories Change-Id: I58560780472184db9297711ad4639ddc4de0c194 Reviewed-by: Alexandru Croitor --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9029801cc75..fdde9652abf 100644 --- a/.gitignore +++ b/.gitignore @@ -335,3 +335,5 @@ cmake_install.cmake *_autogen tst_*.xml CMakeUserPresets.json +/.vs/ +/out/