From 6c6d5713cca04786488e19cb3e175758c51061e3 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周三, 01 1月 2020 20:23:54 +0800 Subject: [PATCH] update build system and cleanup --- .gitignore | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 33cf0b9..8b11b9e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ *.so *.dylib +#Visual studio files +.vs + # Compiled Static libraries *.lai *.la @@ -15,9 +18,18 @@ /Testing # Cmake generated files -build +build/* +!build/.gitkeep #eclipse files .cproject .settings .project +*.out +/Default/ + +projects/* +!projects/.gitkeep + +**/CMakeCache.txt +**/CMakeFiles -- Gitblit v1.9.1