From 167e4070da58d178a38b3284a809cdd397ea4707 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 19 Apr 2026 03:58:14 +0000 Subject: [PATCH] Add test_rv_mesh to host-test .gitignore Fixes an untracked-file warning from the repo stop-hook: the compiled binary was built by make but the .gitignore update was missed in 8dfb031. No source changes. --- firmware/esp32-csi-node/tests/host/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/esp32-csi-node/tests/host/.gitignore b/firmware/esp32-csi-node/tests/host/.gitignore index 430958db..d8ccafc2 100644 --- a/firmware/esp32-csi-node/tests/host/.gitignore +++ b/firmware/esp32-csi-node/tests/host/.gitignore @@ -1,4 +1,5 @@ # Compiled host-test binaries test_adaptive_controller test_rv_feature_state +test_rv_mesh *.o