Skip to content

Commit 1c73244

Browse files
author
Cyril Lugan
committed
correcting issues with .gitignore
1 parent 3ca2e62 commit 1c73244

File tree

1 file changed

+49
-16
lines changed

1 file changed

+49
-16
lines changed

.gitignore

+49-16
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,50 @@
1-
/*
2-
!/.gitignore
3-
!/Makefile
4-
!/README
5-
!/configure
6-
!/conf/*
7-
!/doc/*
8-
!/mk/*
9-
!*.c
10-
!*.h
11-
!*.s
12-
!*.S
13-
!*.ld
14-
!*.inc
15-
!Makefile
161
Thumb.db
17-
.DS_Store
2+
.*
3+
*.o
4+
*.a
5+
*.ko
6+
*.rt
7+
*.lst
8+
*.sym
9+
*.map
10+
*.nds
11+
12+
# binaries
13+
# TODO find how to exclude them shortly
14+
15+
bsp/boot/bootldr
16+
sys/prex
17+
usr/bin/cmdbox/cmdbox
18+
usr/sample/hello/hello
19+
usr/sample/tetris/tetris
20+
usr/sbin/debug/debug
21+
usr/sbin/diskutil/diskutil
22+
usr/sbin/init/init
23+
usr/sbin/install/install
24+
usr/sbin/ktrace/ktrace
25+
usr/sbin/lock/lock
26+
usr/sbin/pmctrl/pmctrl
27+
usr/server/boot/boot
28+
usr/server/exec/exec
29+
usr/server/fs/fs
30+
usr/server/pow/pow
31+
usr/server/proc/proc
32+
usr/test/args/args
33+
usr/test/attack/attack
34+
usr/test/conf/conf
35+
usr/test/creat/creat
36+
usr/test/dup/dup
37+
usr/test/environ/environ
38+
usr/test/fifo/fifo
39+
usr/test/fileio/fileio
40+
usr/test/fork/fork
41+
usr/test/forkbomb/forkbomb
42+
usr/test/memleak/memleak
43+
usr/test/mount/mount
44+
usr/test/object/object
45+
usr/test/pipe/pipe
46+
usr/test/shutdown/shutdown
47+
usr/test/signal/signal
48+
usr/test/stack/stack
49+
usr/test/stderr/stderr
50+
usr/test/umount/umount

0 commit comments

Comments
 (0)