-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
59 lines (55 loc) · 1 KB
/
.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
51
52
53
54
55
56
57
58
59
# Object files
*.o
*.rt
# Debugging files
*.sym
*.lst
*.map
# Configuration files generated by ./configure
conf/captab.h
conf/config.h
conf/config.ld
conf/config.mk
conf/drvtab.h
# Output files
*.img
prexos
bsp/boot/bootldr
bsp/drv/drv.ko
sys/prex
usr/bin/cmdbox/cmdbox
usr/lib/libc.a
usr/lib/libsa.a
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