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