From cc5261cfa950578f302e786365faed5fcabf266c Mon Sep 17 00:00:00 2001 From: Maxim Poliakovski Date: Tue, 31 Mar 2020 18:33:44 +0200 Subject: [PATCH] Update gitignore to ignore VS configs. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ea4894a..e0f6093 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ out/ *.o *.d +# Ignore Visual Studio configuration files +CMakeSettings.json + # Ignore generated executables dingusppc dingusppc.exe