From 497745ad31c90545b288e2845049e0ce474bcbe2 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 19 10月 2019 10:10:45 +0800 Subject: [PATCH] Merge branch 'feature/code_review_and_refactor' into develop --- .gitignore | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 33cf0b9..7165b6c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ *.so *.dylib +#Visual studio files +.vs + # Compiled Static libraries *.lai *.la @@ -21,3 +24,5 @@ .cproject .settings .project +*.out +/Default/ -- Gitblit v1.9.1