From 11b3434ece83526671f9d06af75ce873b7fc4224 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Thu, 28 Aug 2025 14:23:40 -0400 Subject: [PATCH] gitignore VCxx directories entirely rather than individual file types --- projects/Windows/.gitignore | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/projects/Windows/.gitignore b/projects/Windows/.gitignore index 7e55b3cbfa..23ef635062 100644 --- a/projects/Windows/.gitignore +++ b/projects/Windows/.gitignore @@ -2,11 +2,6 @@ # # SPDX-License-Identifier: curl -*.filters -*.ncb -*.opensdf -*.sdf -*.sln -*.suo -*.user -*.vcxproj +VC10/ +VC11/ +VC12/