From 73c151e90800bb2493686abd55b30b3035cc9343 Mon Sep 17 00:00:00 2001 From: Geoffrey Hunter Date: Sun, 19 May 2019 10:47:07 -0700 Subject: [PATCH] Added c_cpp_properties.json to .gitignore file. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 47eb61e..7028873 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ build/ cmake-build-debug/ -.idea/workspace.xml \ No newline at end of file +.idea/workspace.xml +.vscode/c_cpp_properties.json \ No newline at end of file -- libgit2 0.21.4