From 52745e7663f2657c6a06f624ecbe1e9069a5e6f9 Mon Sep 17 00:00:00 2001 From: Arnaud Botella <arnaud.botella@geode-solutions.com> Date: 周三, 29 4月 2020 23:12:43 +0800 Subject: [PATCH] Fix #85 (#86) --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 8b11b9e..2d30086 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ #Visual studio files .vs +/out # Compiled Static libraries *.lai @@ -33,3 +34,4 @@ **/CMakeCache.txt **/CMakeFiles +/CMakeSettings.json -- Gitblit v1.9.1