source: mainline/.bzrignore@ 5f7d96e

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 5f7d96e was 467bf40, checked in by Vojtech Horky <vojtechhorky@…>, 15 years ago

Merge mainline changes

Conflicts: no problem resolving.

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