[commit: ghc] master: More testsuite .gitignore updates (6494de1)
git at git.haskell.org
git at git.haskell.org
Sun Jan 12 21:01:36 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6494de1f58f9352c809cdd722c9b0ae7f462ccde/ghc
>---------------------------------------------------------------
commit 6494de1f58f9352c809cdd722c9b0ae7f462ccde
Author: Austin Seipp <austin at well-typed.com>
Date: Sun Jan 12 15:00:59 2014 -0600
More testsuite .gitignore updates
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
6494de1f58f9352c809cdd722c9b0ae7f462ccde
testsuite/.gitignore | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index eb4593a..f208937 100644
--- a/testsuite/.gitignore
+++ b/testsuite/.gitignore
@@ -38,6 +38,12 @@ Thumbs.db
tests/**/*.ps
*.stats
+*.dyn_o
+*.dyn_hi
+*.dyn_hi-boot
+*o
+*.hi
+
*bindisttest_install___dir_bin_ghc.mk
# -----------------------------------------------------------------------------
More information about the ghc-commits
mailing list