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.
This commit is contained in:
2026-08-16 16:56:56 +09:00
parent dde9fb431b
commit 45c0290fd4

1
.gitignore vendored
View File

@@ -12,6 +12,7 @@
/tests/daemon_failure_test /tests/daemon_failure_test
/tests/daemon_restart_test /tests/daemon_restart_test
/xim/*.o /xim/*.o
/xim/xim_test
/gtk/im-strans.so /gtk/im-strans.so
/bench/bench /bench/bench
/bench/perf.data* /bench/perf.data*