diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-21 13:10:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-21 13:10:25 -0400 |
commit | d9f82883aeaacf74011600709fd64b2018d6b1d3 (patch) | |
tree | 369bbb9cc032790b8c68d43f276e1575c7932318 | |
parent | 46d2cfbd3baf26efa2311b287a80d429bed99b2e (diff) |
stop gitignoring .o and .hi files
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index deb0f79e8..93bd49edb 100644 --- a/.gitignore +++ b/.gitignore @@ -13,8 +13,6 @@ git-union-merge.1 doc/.ikiwiki html *.tix -*.o -*.hi .hpc dist # Sandboxed builds |