# # ChangeLog for .gitignore in mainline # # Generated by Trac 1.6 # 2024-12-02T22:34:29Z Tue, 14 Nov 2017 20:27:58 GMT jzr [6ba2db4b] * .gitignore (modified) Do not ignore all files with certain names, just the one in the ... Mon, 13 Nov 2017 18:07:46 GMT Jiri Svoboda [a2afd8f] * .gitignore (modified) * boot/arch/ppc32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (modified) * uspace/drv/char/msim-con/msim-con.h (modified) * uspace/drv/hid/adb-kbd/Makefile (added) * uspace/drv/hid/adb-kbd/adb-kbd.c (added) * uspace/drv/hid/adb-kbd/adb-kbd.h (added) * uspace/drv/hid/adb-kbd/adb-kbd.ma (added) * uspace/drv/hid/adb-kbd/ctl.c (moved) * uspace/drv/hid/adb-kbd/ctl.h (added) * uspace/drv/hid/adb-kbd/main.c (added) * uspace/drv/hid/adb-mouse/Makefile (added) * uspace/drv/hid/adb-mouse/adb-mouse.c (added) * uspace/drv/hid/adb-mouse/adb-mouse.h (moved) * uspace/drv/hid/adb-mouse/adb-mouse.ma (added) * uspace/drv/hid/adb-mouse/main.c (added) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/kbd_ctl.h (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/mouse_port.h (modified) * uspace/srv/hid/input/mouse_proto.h (modified) * uspace/srv/hid/input/port/adb.c (deleted) * uspace/srv/hid/input/port/adb_mouse.c (deleted) Move ADB keyboard and mouse support to separate drivers. Mon, 13 Nov 2017 17:46:53 GMT Jiri Svoboda [56763a4] * .gitignore (moved) Instead of .bzrignore we need .gitignore now.