projects
/
barrelfish
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
newlib: fixup missing bits + make compile for 32bit.
[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
*.hi-boot
23
*.o-boot
24
25
# ctags
26
.tags_sorted_by_file
27
.tags
28
29
# Cscope
30
cscope.out
31
32
# Builds
33
build*/
34
35
# tup
36
.tup
37
bin/
38
/Tuprules.lua
39
/logs