From 93c1d95e3645049bd8c8a0f98481e924a273e3a4 Mon Sep 17 00:00:00 2001 From: "26269261@qq.com" <26269261@qq.com> Date: Thu, 19 Dec 2024 11:15:25 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=BF=BD=E7=95=A5CPP=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a4a68abd..2d31fa21 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ .cxx /.clangd /.clang-format -/.clang-tidy \ No newline at end of file +/.clang-tidy +/entry/src/main/cpp \ No newline at end of file From eb9d46e90406f899602c3efad5f8bb04f197e0de Mon Sep 17 00:00:00 2001 From: "26269261@qq.com" <26269261@qq.com> Date: Thu, 19 Dec 2024 11:38:26 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2d31fa21..b6fe8db5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ /.clangd /.clang-format /.clang-tidy -/entry/src/main/cpp \ No newline at end of file +/entry/src/main/cpp +/build-profile.json5 \ No newline at end of file