source: mainline/.bzrignore@ ef90ffb3

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

Update ignore list

  • 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/mkfat/mkfat
56./uspace/app/netstart/netstart
57./uspace/app/netecho/netecho
58./uspace/app/nettest1/nettest1
59./uspace/app/nettest2/nettest2
60./uspace/app/ping/ping
61./uspace/app/redir/redir
62./uspace/app/sysinfo/sysinfo
63./uspace/app/sbi/sbi
64./uspace/app/stats/stats
65./uspace/app/taskdump/taskdump
66./uspace/app/tasks/tasks
67./uspace/app/tester/tester
68./uspace/app/test_serial/test_serial
69./uspace/app/tetris/tetris
70./uspace/app/top/top
71./uspace/app/trace/trace
72./uspace/app/usb/usb
73./uspace/app/usbinfo/usbinfo
74./uspace/app/virtusbkbd/vuk
75./uspace/app/virtusbhub/vuh
76./uspace/app/vuhid/vuh
77./uspace/app/virtusbhub/vhc_hub/*
78./uspace/app/websrv/websrv
79./uspace/dist/app/*
80./uspace/dist/cfg/net/general
81./uspace/dist/cfg/net/lo
82./uspace/dist/cfg/net/ne2k
83./uspace/dist/drv/*
84./uspace/dist/srv/*
85./uspace/drv/root/root
86./uspace/drv/isa/isa
87./uspace/drv/ns8250/ns8250
88./uspace/drv/pciintel/pciintel
89./uspace/drv/rootpc/rootpc
90./uspace/drv/rootvirt/rootvirt
91./uspace/drv/test1/test1
92./uspace/drv/test2/test2
93./uspace/drv/ohci/ohci
94./uspace/drv/ehci-hcd/ehci-hcd
95./uspace/drv/uhci-hcd/uhci-hcd
96./uspace/drv/uhci-rhd/uhci-rhd
97./uspace/drv/usbflbk/usbflbk
98./uspace/drv/usbhub/usbhub
99./uspace/drv/usbhid/usbhid
100./uspace/drv/usbkbd/usbkbd
101./uspace/drv/usbmast/usbmast
102./uspace/drv/usbmid/usbmid
103./uspace/drv/usbmouse/usbmouse
104./uspace/drv/vhc/vhc
105./uspace/srv/bd/ata_bd/ata_bd
106./uspace/srv/bd/file_bd/file_bd
107./uspace/srv/bd/gxe_bd/gxe_bd
108./uspace/srv/bd/part/guid_part/g_part
109./uspace/srv/bd/part/mbr_part/mbr_part
110./uspace/srv/bd/rd/rd
111./uspace/srv/clip/clip
112./uspace/srv/devman/devman
113./uspace/srv/devmap/devmap
114./uspace/srv/fs/devfs/devfs
115./uspace/srv/fs/fat/fat
116./uspace/srv/fs/tmpfs/tmpfs
117./uspace/srv/hid/adb_mouse/adb_ms
118./uspace/srv/hid/char_mouse/char_ms
119./uspace/srv/hid/console/console
120./uspace/srv/hid/fb/fb
121./uspace/srv/hid/kbd/kbd
122./uspace/srv/hid/s3c24xx_ts/s3c24ts
123./uspace/srv/hw/bus/pci/pci
124./uspace/srv/hw/char/i8042/i8042
125./uspace/srv/hw/char/s3c24xx_uart/s3c24ser
126./uspace/srv/hw/irc/apic/apic
127./uspace/srv/hw/irc/i8259/i8259
128./uspace/srv/hw/netif/ne2000/dp8390
129./uspace/srv/hw/netif/ne2000/ne2000
130./uspace/srv/loader/loader
131./uspace/srv/net/cfg/lo
132./uspace/srv/net/cfg/ne2k
133./uspace/srv/net/il/arp/arp
134./uspace/srv/net/il/ip/ip
135./uspace/srv/net/net/net
136./uspace/srv/net/netif/lo/lo
137./uspace/srv/net/netstart/netstart
138./uspace/srv/net/nil/eth/eth
139./uspace/srv/net/nil/nildummy/nildummy
140./uspace/srv/net/tl/icmp/icmp
141./uspace/srv/net/tl/tcp/tcp
142./uspace/srv/net/tl/udp/udp
143./uspace/srv/ns/ns
144./uspace/srv/taskmon/taskmon
145./uspace/srv/vfs/vfs
146
147# IDE files
148.cproject
149.project
150.settings
151.pydevproject
152
Note: See TracBrowser for help on using the repository browser.