From 7e1e10ec7a3584e3049c317861a28fb2ee163b12 Mon Sep 17 00:00:00 2001 From: Alexander Lanin Date: Wed, 9 Sep 2026 09:54:42 +0200 Subject: [PATCH] test: verify Bazel cache reuse --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 06a1377de5..0ee4b2d1d6 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,4 @@ compile_commands.json .cache rust-project.json **/tmp +# Cache-test marker; this comment intentionally has no ignore rule.