diff options
author | Austin Seipp <austin@well-typed.com> | 2014-01-12 15:00:59 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-01-12 15:01:14 -0600 |
commit | 6494de1f58f9352c809cdd722c9b0ae7f462ccde (patch) | |
tree | e577b5e0f74a3ec07ce52e3f7a4680942d8a3ba3 /testsuite/.gitignore | |
parent | ae87e122b1bc0f388d43d28fb9fc4886c72ba022 (diff) | |
download | haskell-6494de1f58f9352c809cdd722c9b0ae7f462ccde.tar.gz |
More testsuite .gitignore updates
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index eb4593a144..f20893718d 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 # ----------------------------------------------------------------------------- |