source: mainline/.bzrignore@ 563ead9

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 563ead9 was aeca5a3, checked in by Jan Vesely <jano.vesely@…>, 15 years ago

Fix UHCI malloc32 warning message. Add bzr ignore for mkbd binary

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