From 61840fc108c9732bb1dee510925eb9ff66b5dae3 Mon Sep 17 00:00:00 2001 From: Hojun-Cho Date: Sun, 16 Aug 2026 15:45:18 +0900 Subject: [PATCH] build: ignore the stress test binary --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e65a41b..b8182d5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /strans /tests/*.o /tests/unit_test +/tests/stress_test /tests/ibus_live_test /tests/ibus_client_smoke /tests/gtk_live_test