projects
/
barrelfish
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
git: ignore more editor temporary files
[barrelfish]
/
.gitignore
1
# vim swap files
2
*~
3
*.swp
4
.*.swo
5
.*.swp
6
\#*
7
.\#*
8
.~*
9
10
# ctags
11
tags
12
13
.settings
14
/.dist-buildwrapper
15
/build
16
.cproject
17
.project
18
.arcconfig
19
sftp-config.json
20
.sync-config.cson
21
22
/.metadata/
23
/toolchain/
24
*.pyc
25
26
# Haskell and C intermediate files
27
*.o
28
*.hi
29
*.hi-boot
30
*.o-boot
31
32
# ctags
33
.tags_sorted_by_file
34
.tags
35
36
# Cscope
37
cscope.out
38
39
# Builds
40
build*/
41
42
# tup
43
.tup
44
bin/
45
/Tuprules.lua
46
/logs
47
48
# clang
49
.clang_complete