From 097580a5300416385ca3b8f1f29378404c0ddf88 Mon Sep 17 00:00:00 2001 From: Bernie Chen Date: Wed, 3 Sep 2025 13:56:52 -0400 Subject: [PATCH 1/2] Add test_list in root dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a386b8adf67..927fecd44ac 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ bazel-* .bazelrc **/test/test_files/test_list extension/test_list +test_list mm-256KB history.txt From 7a855b10ef27f393eff3251e144ef3c6010c5a13 Mon Sep 17 00:00:00 2001 From: Bernie Chen Date: Wed, 3 Sep 2025 14:31:54 -0400 Subject: [PATCH 2/2] Consolidate to **/test_list --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 927fecd44ac..19b0508ad25 100644 --- a/.gitignore +++ b/.gitignore @@ -6,9 +6,7 @@ bazel-* .cache .ccls-cache .bazelrc -**/test/test_files/test_list -extension/test_list -test_list +**/test_list mm-256KB history.txt