From 5456345bb93c377065aebaa818b3549df46c006d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 16 Jul 2017 15:46:11 +0200 Subject: [PATCH] Ignore more bakefile-generated MSVS solutions under tests This covers test_vc*.sln too. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f97be3e67a..99e933d308 100644 --- a/.gitignore +++ b/.gitignore @@ -381,7 +381,8 @@ /tests/*c*_mswunivuddll /tests/*c*_mswunivuddll_x64 /tests/test.opt -/tests/test.sln +/tests/test*.dsw +/tests/test*.sln /tests/test.suo /tests/test_test.vcproj