From 785ee2db098a1be2658750d131fe728da93f31c3 Mon Sep 17 00:00:00 2001 From: githubzilla Date: Fri, 12 Dec 2025 16:55:31 +0800 Subject: [PATCH 1/2] Ass cursor and compile_command to gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e4708bc6d8..3727af1908 100644 --- a/.gitignore +++ b/.gitignore @@ -163,7 +163,7 @@ src/mongo/embedded/java/aar/build/ src/mongo/embedded/java/jar/build/ local.properties -compile_commands.json +compile_commands* .cache/ .root @@ -186,3 +186,7 @@ install data pyvenv venv + +# cursor ide +.cursor +thoughts From 3ebe2c62cfcb4a90df5d916d25d267c70574de5e Mon Sep 17 00:00:00 2001 From: githubzilla Date: Fri, 12 Dec 2025 16:55:41 +0800 Subject: [PATCH 2/2] Updata data_substrate --- src/mongo/db/modules/eloq/data_substrate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mongo/db/modules/eloq/data_substrate b/src/mongo/db/modules/eloq/data_substrate index 44c32ca3e9..afe9672a04 160000 --- a/src/mongo/db/modules/eloq/data_substrate +++ b/src/mongo/db/modules/eloq/data_substrate @@ -1 +1 @@ -Subproject commit 44c32ca3e94c3a382cea2d72b86443e1015c8372 +Subproject commit afe9672a042e52021815f95db9dc16815afb9ea4