From 64c8e009bef8753ece486d789e68fe568f7df4ea Mon Sep 17 00:00:00 2001 From: Buqian Zheng Date: Fri, 28 Mar 2025 18:40:19 +0800 Subject: [PATCH] fix: [2.5] update gitignore file (#40911) pr: https://github.com/milvus-io/milvus/pull/40910 issue: https://github.com/milvus-io/milvus/issues/40833 using this issue only to remove mergify bot label Signed-off-by: Buqian Zheng --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 947f2cb373..6728017e12 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ **/cmake-build-release/* **/cmake_build_release/* **/cmake_build/* -**/CmakeFiles/* +**/CMakeFiles/* .cache coverage_report/