From 73ebfbc4f3fce4f7197b16b74ed4d6abaa9367b5 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 11 一月 2021 19:34:42 +0800 Subject: [PATCH] update --- .gitignore | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d37cf8e..f4062b1 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 @@ -32,4 +37,11 @@ *.app *.tar *.tar.gz +*.d .vscode/ +.idea/ + +build/ +dest/ +*.tmp +core -- Gitblit v1.8.0