From 554529bb69cd610e83db2c9a80b4f36f5225d80f Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 27 七月 2020 17:56:34 +0800 Subject: [PATCH] restart bus --- .gitignore | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d37cf8e..deff700 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 @@ -33,3 +38,7 @@ *.tar *.tar.gz .vscode/ + +build/ +*.tmp +*.txt -- Gitblit v1.8.0