From 3afe38168c44b59f1732f2d55ec08b8f81d879bc Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期五, 17 七月 2020 11:54:08 +0800 Subject: [PATCH] commit -a --- .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