diff options
author | Matthias Hoelzl <tc@xantira.com> | 2017-11-18 18:09:18 +0100 |
---|---|---|
committer | Matthias Hoelzl <tc@xantira.com> | 2017-11-19 21:01:05 +0100 |
commit | 589976321c8210a586d4c278c9bbf2b4d480ee19 (patch) | |
tree | 809073ca1483034f9faf679c07f2e0779d922a28 /.gitignore | |
parent | bea607d53e4adff19956adbe09ace170d8cc40b8 (diff) |
Add cpp.hint file to improve IntelliSense
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b347b348a5..0de1e682a0 100644 --- a/.gitignore +++ b/.gitignore @@ -88,6 +88,9 @@ bld/ [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* +# Hints for improving IntelliSense, created together with VS project +cpp.hint + #NUNIT *.VisualState.xml TestResult.xml |