-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
50 lines (48 loc) · 876 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Thumb.db
.*
*.o
*.a
*.ko
*.rt
*.lst
*.sym
*.map
*.nds
# binaries
# TODO find how to exclude them shortly
bsp/boot/bootldr
sys/prex
usr/bin/cmdbox/cmdbox
usr/sample/hello/hello
usr/sample/tetris/tetris
usr/sbin/debug/debug
usr/sbin/diskutil/diskutil
usr/sbin/init/init
usr/sbin/install/install
usr/sbin/ktrace/ktrace
usr/sbin/lock/lock
usr/sbin/pmctrl/pmctrl
usr/server/boot/boot
usr/server/exec/exec
usr/server/fs/fs
usr/server/pow/pow
usr/server/proc/proc
usr/test/args/args
usr/test/attack/attack
usr/test/conf/conf
usr/test/creat/creat
usr/test/dup/dup
usr/test/environ/environ
usr/test/fifo/fifo
usr/test/fileio/fileio
usr/test/fork/fork
usr/test/forkbomb/forkbomb
usr/test/memleak/memleak
usr/test/mount/mount
usr/test/object/object
usr/test/pipe/pipe
usr/test/shutdown/shutdown
usr/test/signal/signal
usr/test/stack/stack
usr/test/stderr/stderr
usr/test/umount/umount