From 3c69b8851d4ac2606cfec0cb37a5d78452916bf9 Mon Sep 17 00:00:00 2001 From: Karel Miko Date: Sun, 2 Dec 2018 14:47:16 +0100 Subject: [PATCH] update .gitignore to the new MSVC build style --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ccae001..20e85c3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,8 +6,9 @@ *.gcno *.gcov *.lib -Debug/ -Release/ +[Dd]ebug/ +[Rr]elease/ +/MSVC_* .libs/ .coveralls.yml coverage*/