diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-26 11:43:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-26 11:43:45 -0400 |
commit | a7a25f3eae6fc6ebc0e5feb30f0f630eda45585a (patch) | |
tree | b3fe2c437af92ba049fa362630e5cb8f14ef8128 | |
parent | 26b012bc6db2c74d1c99174e87fed29a3954edc6 (diff) |
re-enable .o and .hi exclusion
jimmy tells me this was what was breaking his OSX autobuilder.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 93bd49edb..717b58abc 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ cabal-dev .virthualenv tags Setup +*.hi +*.o |