From 67b69daa801365481c04ca35d2984b0a056df058 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期三, 30 十二月 2020 14:12:29 +0800 Subject: [PATCH] udpate --- .gitignore | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index f2d51ac..1f1e670 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,14 @@ # Compiled Static libraries *.lai *.la +# Compiled Dynamic libraries +*.dylib +*.dll + +# Compiled Static libraries +*.lai +*.la +*.lib # Executables *.exe @@ -29,4 +37,10 @@ *.app *.tar *.tar.gz +*.d .vscode/ +.idea/ + +build/ +*.tmp +core -- Gitblit v1.8.0