source: mainline/.bzrignore@ 14e1bcc

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

Ignore shared object files

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