projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8f1f2c8
)
Updated .gitignore.
author
Gerd Zellweger
<mail@gerdzellweger.com>
Tue, 25 Nov 2014 07:15:22 +0000 (08:15 +0100)
committer
Gerd Zellweger
<mail@gerdzellweger.com>
Tue, 25 Nov 2014 07:15:22 +0000 (08:15 +0100)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
bf06c24
..
eb1fabf
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-18,4
+18,14
@@
sftp-config.json
# Haskell and C intermediate files
*.o
-*.hi
\ No newline at end of file
+*.hi
+
+# ctags
+.tags_sorted_by_file
+.tags
+
+# Cscope
+cscope.out
+
+# Builds
+build*/