Files
strans/.gitignore
Hojun-Cho 45c0290fd4 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.
2026-08-16 16:56:56 +09:00

19 lines
325 B
Plaintext

/*.o
/strans
/tests/*.o
/tests/unit_test
/tests/stress_test
/tests/ibus_live_test
/tests/ibus_client_smoke
/tests/gtk_live_test
/tests/xim_live_test
/tests/ipc_live_test
/tests/daemon_collision_test
/tests/daemon_failure_test
/tests/daemon_restart_test
/xim/*.o
/xim/xim_test
/gtk/im-strans.so
/bench/bench
/bench/perf.data*