Ignore Visual Studio '*.natvis' files

This commit is contained in:
Matthias Hoelzl 2017-12-09 05:25:38 +01:00
parent b8afafa226
commit 15af68ce60
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -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