Files
strans/.gitignore
Hojun-Cho 0cb395579f xim: one file at the top level, keymaplookup in it
xim/keymap.c held one 37-line function apart from xim.c, with its own
prototype typed by hand in xim.c and nelem spelt out because it avoided
dat.h — all so that a test could link it without imdkit, though the XIM
adapter test #includes xim.c whole anyway.  It lives in xim.c now, and
xim.c, the last file of its directory, sits beside ibus.c.
2026-08-17 01:47:40 +09:00

17 lines
302 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
/gtk/im-strans.so
/bench/bench
/bench/perf.data*