From 589976321c8210a586d4c278c9bbf2b4d480ee19 Mon Sep 17 00:00:00 2001 From: Matthias Hoelzl Date: Sat, 18 Nov 2017 18:09:18 +0100 Subject: Add cpp.hint file to improve IntelliSense --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3