From 689a215ba731ac9f7f8a8cdfeb5b49db1d8a2abf Mon Sep 17 00:00:00 2001 From: Gabriel Ionita Date: Tue, 28 Oct 2025 17:00:00 +0100 Subject: [PATCH] exclude vcpkg installed libs --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 832460d..9cf5656 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ build/ .cache/ test_with_args test_access +vcpkg_installed/ +vcpkg-manifest-install.log