projects
/
barrelfish
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove unnecessary argument in build_multiboot.c.
[barrelfish]
/
.gitignore
1
# vim swap files
2
*.swp
3
4
# ctags
5
tags
6
7
.settings
8
/.dist-buildwrapper
9
/build
10
.cproject
11
.project
12
.arcconfig
13
sftp-config.json
14
15
/.metadata/
16
/toolchain/
17
*.pyc
18
19
# Haskell and C intermediate files
20
*.o
21
*.hi
22
23
# ctags
24
.tags_sorted_by_file
25
.tags
26
27
# Cscope
28
cscope.out
29
30
# Builds
31
build*/
32
33
# tup
34
bin/
35
Tuprules.lua