source: mainline/.bzrignore@ 9f0318c

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

Ignore list update

  • 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/websrv/websrv
70./uspace/dist/app/*
71./uspace/dist/cfg/net/general
72./uspace/dist/cfg/net/lo
73./uspace/dist/cfg/net/ne2k
74./uspace/dist/drv/*
75./uspace/dist/srv/*
76./uspace/drv/root/root
77./uspace/drv/isa/isa
78./uspace/drv/ns8250/ns8250
79./uspace/drv/pciintel/pciintel
80./uspace/drv/rootpc/rootpc
81./uspace/drv/rootvirt/rootvirt
82./uspace/drv/test1/test1
83./uspace/drv/test2/test2
84./uspace/drv/uhci/uhci
85./uspace/drv/usbhub/usbhub
86./uspace/drv/usbkbd/usbkbd
87./uspace/drv/vhc/vhc
88./uspace/srv/bd/ata_bd/ata_bd
89./uspace/srv/bd/file_bd/file_bd
90./uspace/srv/bd/gxe_bd/gxe_bd
91./uspace/srv/bd/part/guid_part/g_part
92./uspace/srv/bd/part/mbr_part/mbr_part
93./uspace/srv/bd/rd/rd
94./uspace/srv/clip/clip
95./uspace/srv/devman/devman
96./uspace/srv/devmap/devmap
97./uspace/srv/fs/devfs/devfs
98./uspace/srv/fs/fat/fat
99./uspace/srv/fs/tmpfs/tmpfs
100./uspace/srv/hid/adb_mouse/adb_ms
101./uspace/srv/hid/char_mouse/char_ms
102./uspace/srv/hid/console/console
103./uspace/srv/hid/fb/fb
104./uspace/srv/hid/kbd/kbd
105./uspace/srv/hid/s3c24xx_ts/s3c24ts
106./uspace/srv/hw/bus/pci/pci
107./uspace/srv/hw/char/i8042/i8042
108./uspace/srv/hw/char/s3c24xx_uart/s3c24ser
109./uspace/srv/hw/irc/apic/apic
110./uspace/srv/hw/irc/i8259/i8259
111./uspace/srv/hw/netif/ne2000/dp8390
112./uspace/srv/hw/netif/ne2000/ne2000
113./uspace/srv/loader/loader
114./uspace/srv/net/cfg/lo
115./uspace/srv/net/cfg/ne2k
116./uspace/srv/net/il/arp/arp
117./uspace/srv/net/il/ip/ip
118./uspace/srv/net/net/net
119./uspace/srv/net/netif/lo/lo
120./uspace/srv/net/netstart/netstart
121./uspace/srv/net/nil/eth/eth
122./uspace/srv/net/nil/nildummy/nildummy
123./uspace/srv/net/tl/icmp/icmp
124./uspace/srv/net/tl/tcp/tcp
125./uspace/srv/net/tl/udp/udp
126./uspace/srv/ns/ns
127./uspace/srv/taskmon/taskmon
128./uspace/srv/vfs/vfs
129
130# IDE files
131.cproject
132.project
Note: See TracBrowser for help on using the repository browser.