From 45c0290fd43d75970e8a7443fa99e1c99c1856cd Mon Sep 17 00:00:00 2001 From: Hojun-Cho Date: Sun, 16 Aug 2026 16:56:56 +0900 Subject: [PATCH] build: ignore a stale xim_test binary The old xim/Makefile built xim/xim_test; nothing does now, but older checkouts may still have it, so keep the name ignored. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index dff0a64..b8182d5 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ /tests/daemon_failure_test /tests/daemon_restart_test /xim/*.o +/xim/xim_test /gtk/im-strans.so /bench/bench /bench/perf.data*