From 9217d92619a08595a7c434cabfc540d34bb492d8 Mon Sep 17 00:00:00 2001 From: Mattiwatti Date: Wed, 29 Nov 2017 00:55:11 +0100 Subject: [PATCH] Update .gitignore with MSVC file types --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 0d71d24..fda2364 100644 --- a/.gitignore +++ b/.gitignore @@ -81,6 +81,16 @@ CTestTestfile.cmake .DS_Store build* + +# MSVC .vs +*.vcxproj.user +*.suo +*.sdf +*.opensdf +*.VC.db +*.VC.opendb +msvc/**/obj/ +msvc/**/bin/ doc/html