Browse Source

Merge pull request #14438 from hoelzl/pr-ignore-natvis-files

Ignore Visual Studio '*.natvis' files

[ci skip]
Rémi Verschelde 7 years ago
parent
commit
b3fbc4c956
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -91,6 +91,9 @@ bld/
 # Hints for improving IntelliSense, created together with VS project
 # Hints for improving IntelliSense, created together with VS project
 cpp.hint
 cpp.hint
 
 
+# Visualizers for the VS debugger
+*.natvis
+
 #NUNIT
 #NUNIT
 *.VisualState.xml
 *.VisualState.xml
 TestResult.xml
 TestResult.xml