From 46963c736e76cc0e23e361d7a59bbf95da3e8419 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 23 七月 2020 16:36:41 +0800 Subject: [PATCH] hear beat --- .gitignore | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index f2d51ac..deff700 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 @@ -30,3 +38,7 @@ *.tar *.tar.gz .vscode/ + +build/ +*.tmp +*.txt -- Gitblit v1.8.0