From 4f3f598e6f3705936e09a0508b1e1bbbbbe683b3 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期一, 20 七月 2020 17:46:40 +0800 Subject: [PATCH] change makefile --- .gitignore | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d37cf8e..31c642f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ *.pch # Compiled Dynamic libraries -*.so *.dylib *.dll @@ -23,7 +22,13 @@ # Compiled Static libraries *.lai *.la -*.a +# Compiled Dynamic libraries +*.dylib +*.dll + +# Compiled Static libraries +*.lai +*.la *.lib # Executables -- Gitblit v1.8.0