Commit 3c69b8851d4ac2606cfec0cb37a5d78452916bf9

Karel Miko 2018-12-02T14:47:16

update .gitignore to the new MSVC build style

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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*/