From a632de61f234cffbfa60c990f3a6112214d9b9d7 Mon Sep 17 00:00:00 2001 From: chenshijun <csj_sky@126.com> Date: 星期三, 10 七月 2019 17:23:24 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- .gitignore | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0def275..406cc7b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,17 +5,20 @@ *.obj # Compiled Dynamic libraries -*.so +# *.so *.dylib *.dll # Compiled Static libraries *.lai *.la -*.a +# *.a *.lib # Executables *.exe *.out *.app + + +build/ -- Gitblit v1.8.0