summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-12-09 10:12:30 +0100
committerGitHub <noreply@github.com>2017-12-09 10:12:30 +0100
commitb3fbc4c9561d19db1e0d957a31d982056ba01e7d (patch)
tree22e4ea079169c05e0f1c50249df15a0f22600267
parent3302a324a4dfb32fd5da6dc17f8432e05b2f7fa1 (diff)
parent15af68ce60138e1df626bdcf8ea003dcc1e55e09 (diff)
Merge pull request #14438 from hoelzl/pr-ignore-natvis-files
Ignore Visual Studio '*.natvis' files [ci skip]
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0de1e682a0..cbb0b5b133 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