From c3bfcdf71d034b51724ea2ba25980a116e36080b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 26 Jun 2013 11:43:45 -0400 Subject: [PATCH] re-enable .o and .hi exclusion jimmy tells me this was what was breaking his OSX autobuilder. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 93bd49edb9..717b58abc4 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ cabal-dev .virthualenv tags Setup +*.hi +*.o