diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-09-17 10:16:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-17 10:16:18 +0200 |
commit | 1e201163b9afdee929f69d9ee4c2ef13a12b6c28 (patch) | |
tree | 7d49de77c677535d6b921b406e101a56c7dcb5aa /.gitignore | |
parent | e522baf0b78ae475685e890059afd7f402b21541 (diff) | |
parent | af1e94543562fe0f1ad5bfa49f47115546da8af2 (diff) |
Merge pull request #22134 from elasota/natvis
Add Visual Studio debug visualizer
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 420a25ac59..52937b8679 100644 --- a/.gitignore +++ b/.gitignore @@ -101,9 +101,6 @@ bld/ # Hints for improving IntelliSense, created together with VS project cpp.hint -# Visualizers for the VS debugger -*.natvis - #NUNIT *.VisualState.xml TestResult.xml |