From 15af68ce60138e1df626bdcf8ea003dcc1e55e09 Mon Sep 17 00:00:00 2001 From: Matthias Hoelzl Date: Sat, 9 Dec 2017 05:25:38 +0100 Subject: [PATCH] Ignore Visual Studio '*.natvis' files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0de1e682a09..cbb0b5b1333 100644 --- a/.gitignore +++ b/.gitignore @@ -91,6 +91,9 @@ bld/ # Hints for improving IntelliSense, created together with VS project cpp.hint +# Visualizers for the VS debugger +*.natvis + #NUNIT *.VisualState.xml TestResult.xml