summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-07 02:15:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-07 02:15:23 -0400
commitf189929b8b46016a254a6a938f9aba01184fb6c6 (patch)
treea38a3b8744c23adf5b3a9a1a3061b4f3d5dd49c6 /.gitignore
parent55ca64d8510fc3acd34452844086fbcb4bca122c (diff)
workaround ghc weirdness with -odir
The option cause it to always build to build/Main.o, no matter what binary it was building. This caused extra work, and in some cases, could cause the wrong code to be put into the final binary.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f68d1d0ad..764a1af9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
-build/*
+*.hi
+*.o
test
configure
SysConfig.hs