diff options
author | Matthias Hoelzl <tc@xantira.com> | 2017-12-09 05:25:38 +0100 |
---|---|---|
committer | Matthias Hoelzl <tc@xantira.com> | 2017-12-09 05:25:49 +0100 |
commit | 15af68ce60138e1df626bdcf8ea003dcc1e55e09 (patch) | |
tree | fbc45f0a2f847ce27205b90b6124fbb61995a1ae /.gitignore | |
parent | b8afafa2262684ee2b451b5686679baf984c3e59 (diff) |
Ignore Visual Studio '*.natvis' files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
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 |