From 8c0cd94465fbc1dbc34217e5a614edc784f0913e Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Thu, 18 Jun 2020 12:14:59 +0200 Subject: [PATCH] ignore another type of visual studio project file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 979fd443..244bbcaa 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ cmake_install.cmake *.sdf *.opensdf *.vcxproj +*.vcxproj.user *.filters example.dir Win32