From b6e846732511aee2bfa11785681b4bc511e1d251 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 | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 33cf0b9..2d30086 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,10 @@ *.so *.dylib +#Visual studio files +.vs +/out + # Compiled Static libraries *.lai *.la @@ -15,9 +19,19 @@ /Testing # Cmake generated files -build +build/* +!build/.gitkeep #eclipse files .cproject .settings .project +*.out +/Default/ + +projects/* +!projects/.gitkeep + +**/CMakeCache.txt +**/CMakeFiles +/CMakeSettings.json -- Gitblit v1.9.1