From 76de889c476773798a9f3d882e9ac991b6620358 Mon Sep 17 00:00:00 2001 From: Scott Giese Date: Mon, 16 Jul 2018 12:19:28 -0500 Subject: [PATCH] Ignore Visual Studio Code files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d4574fb8..637c3788 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ CPackConfig.cmake CPackSourceConfig.cmake cmake_uninstall.cmake CTestTestfile.cmake +.vscode/*