projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b6ecbc8
)
Updated gitignore.
author
Gerd Zellweger
<mail@gerdzellweger.com>
Mon, 27 Oct 2014 09:26:03 +0000 (10:26 +0100)
committer
Gerd Zellweger
<mail@gerdzellweger.com>
Mon, 27 Oct 2014 09:39:09 +0000 (10:39 +0100)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
9d7c576
..
bf06c24
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-9,7
+9,13
@@
tags
/build
.cproject
.project
+.arcconfig
+sftp-config.json
/.metadata/
/toolchain/
-*.pyc
\ No newline at end of file
+*.pyc
+
+# Haskell and C intermediate files
+*.o
+*.hi
\ No newline at end of file