source: mainline/.bzrignore@ ef8d655

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

Cleaner Makefile

Also updated ignore list.

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