source: mainline/.bzrignore@ a943106

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since a943106 was 57c7050, checked in by Vojtech Horky <vojtechhorky@…>, 14 years ago

Generic virtual USB HID device application

The application works (more or less) as a boot keyboard.

The code needs a lot of refactoring. That will be done later.

  • Property mode set to 100644
File size: 3.4 KB
Line 
1# user makefile for local targets
2Makefile.local
3
4# generated files (misc)
5Makefile.depend
6*.prev
7*.map
8*.disasm
9_link.ld
10./*.iso
11
12./tools/__pycache__/
13
14./Makefile.common
15./Makefile.config
16./common.h
17./config.h
18./autotool/
19./image.iso
20./boot/distroot/
21./boot/initrd.fs
22./boot/initrd.img
23./kernel/kernel.bin
24./kernel/kernel.dump
25./kernel/kernel.raw
26./kernel/generic/src/debug/real_map.bin
27
28./kernel/arch/ia32/include/common.h
29./kernel/arch/amd64/include/common.h
30./kernel/generic/include/arch
31./kernel/generic/include/genarch
32./uspace/lib/c/arch/amd64/include/common.h
33./uspace/lib/c/arch/ia32/include/common.h
34./uspace/lib/c/include/arch
35./uspace/lib/c/include/kernel
36./uspace/lib/c/include/libarch
37
38
39
40
41
42
43# generated files (executables)
44./uspace/app/bdsh/bdsh
45./uspace/app/edit/edit
46./uspace/app/getterm/getterm
47./uspace/app/init/init
48./uspace/app/kill/kill
49./uspace/app/killall/killall
50./uspace/app/klog/klog
51./uspace/app/mkfat/mkfat
52./uspace/app/netstart/netstart
53./uspace/app/netecho/netecho
54./uspace/app/nettest1/nettest1
55./uspace/app/nettest2/nettest2
56./uspace/app/ping/ping
57./uspace/app/redir/redir
58./uspace/app/sysinfo/sysinfo
59./uspace/app/sbi/sbi
60./uspace/app/stats/stats
61./uspace/app/taskdump/taskdump
62./uspace/app/tasks/tasks
63./uspace/app/tester/tester
64./uspace/app/test_serial/test_serial
65./uspace/app/tetris/tetris
66./uspace/app/top/top
67./uspace/app/trace/trace
68./uspace/app/usb/usb
69./uspace/app/usbinfo/usbinfo
70./uspace/app/virtusbkbd/vuk
71./uspace/app/virtusbhub/vuh
72./uspace/app/vuhid/vuh
73./uspace/app/virtusbhub/vhc_hub/*
74./uspace/app/websrv/websrv
75./uspace/dist/app/*
76./uspace/dist/cfg/net/general
77./uspace/dist/cfg/net/lo
78./uspace/dist/cfg/net/ne2k
79./uspace/dist/drv/*
80./uspace/dist/srv/*
81./uspace/drv/root/root
82./uspace/drv/isa/isa
83./uspace/drv/ns8250/ns8250
84./uspace/drv/pciintel/pciintel
85./uspace/drv/rootpc/rootpc
86./uspace/drv/rootvirt/rootvirt
87./uspace/drv/test1/test1
88./uspace/drv/test2/test2
89./uspace/drv/ohci/ohci
90./uspace/drv/ehci-hcd/ehci-hcd
91./uspace/drv/uhci-hcd/uhci-hcd
92./uspace/drv/uhci-rhd/uhci-rhd
93./uspace/drv/usbflbk/usbflbk
94./uspace/drv/usbhub/usbhub
95./uspace/drv/usbhid/usbhid
96./uspace/drv/usbkbd/usbkbd
97./uspace/drv/usbmast/usbmast
98./uspace/drv/usbmid/usbmid
99./uspace/drv/usbmouse/usbmouse
100./uspace/drv/vhc/vhc
101./uspace/srv/bd/ata_bd/ata_bd
102./uspace/srv/bd/file_bd/file_bd
103./uspace/srv/bd/gxe_bd/gxe_bd
104./uspace/srv/bd/part/guid_part/g_part
105./uspace/srv/bd/part/mbr_part/mbr_part
106./uspace/srv/bd/rd/rd
107./uspace/srv/clip/clip
108./uspace/srv/devman/devman
109./uspace/srv/devmap/devmap
110./uspace/srv/fs/devfs/devfs
111./uspace/srv/fs/fat/fat
112./uspace/srv/fs/tmpfs/tmpfs
113./uspace/srv/hid/adb_mouse/adb_ms
114./uspace/srv/hid/char_mouse/char_ms
115./uspace/srv/hid/console/console
116./uspace/srv/hid/fb/fb
117./uspace/srv/hid/kbd/kbd
118./uspace/srv/hid/s3c24xx_ts/s3c24ts
119./uspace/srv/hw/bus/pci/pci
120./uspace/srv/hw/char/i8042/i8042
121./uspace/srv/hw/char/s3c24xx_uart/s3c24ser
122./uspace/srv/hw/irc/apic/apic
123./uspace/srv/hw/irc/i8259/i8259
124./uspace/srv/hw/netif/ne2000/dp8390
125./uspace/srv/hw/netif/ne2000/ne2000
126./uspace/srv/loader/loader
127./uspace/srv/net/cfg/lo
128./uspace/srv/net/cfg/ne2k
129./uspace/srv/net/il/arp/arp
130./uspace/srv/net/il/ip/ip
131./uspace/srv/net/net/net
132./uspace/srv/net/netif/lo/lo
133./uspace/srv/net/netstart/netstart
134./uspace/srv/net/nil/eth/eth
135./uspace/srv/net/nil/nildummy/nildummy
136./uspace/srv/net/tl/icmp/icmp
137./uspace/srv/net/tl/tcp/tcp
138./uspace/srv/net/tl/udp/udp
139./uspace/srv/ns/ns
140./uspace/srv/taskmon/taskmon
141./uspace/srv/vfs/vfs
142
143# IDE files
144.cproject
145.project
146.settings
147.pydevproject
148
Note: See TracBrowser for help on using the repository browser.