projects
/
oweals
/
busybox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
gzip: speed up send_bits()
[oweals/busybox.git]
/
.gitignore
1
#
2
# Kbuild ignores
3
#
4
.*
5
*.o
6
*.o.*
7
*.a
8
*.s
9
Kbuild
10
Config.in
11
12
#
13
# Never ignore these
14
#
15
!.gitignore
16
17
#
18
# Normal output
19
#
20
/busybox
21
/busybox_old
22
/busybox_unstripped*
23
24
#
25
# Backups / patches
26
#
27
*~
28
*.orig
29
*.rej
30
/*.patch
31
32
#
33
# debugging stuff
34
#
35
core
36
.gdb_history
37
.gdbinit
38
39
#
40
# testing output
41
#
42
/busybox.links
43
/runtest-tempdir-links
44
/testsuite/echo-ne
45
46
#
47
# cscope output
48
#
49
cscope.files
50
cscope.in.out
51
cscope.out
52
cscope.po.out