summaryrefslogtreecommitdiff
path: root/testsuite/.gitignore
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-07-16 17:41:56 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-07-18 01:01:53 +0200
commitac0feece3659c41d546f8e519d05e2167d3b3cc4 (patch)
treef220c89f78975374c0a5bf84761c68ec10b8feb1 /testsuite/.gitignore
parent0d4b0742f33dc6f358d89aa52b8c8b5e39892a4a (diff)
downloadhaskell-ac0feece3659c41d546f8e519d05e2167d3b3cc4.tar.gz
Testsuite: small test cleanups
* don't print anything to stdout * add missing Makefile * also ignore mk/ghcconfig*.mk when using installed compiler * prevent warning: -rtsopts and -with-rtsopts have no effect with -shared
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r--testsuite/.gitignore5
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index 3583a062af..d4ef22bf5c 100644
--- a/testsuite/.gitignore
+++ b/testsuite/.gitignore
@@ -55,9 +55,8 @@ tmp.d
*.so
*bindisttest_install___dir_bin_ghc.mk
*bindisttest_install___dir_bin_ghc.exe.mk
-mk/ghcconfig*_inplace_bin_ghc-stage1.mk
-mk/ghcconfig*_inplace_bin_ghc-stage2.mk
-mk/ghcconfig*_inplace_bin_ghc-stage2.exe.mk
+mk/ghcconfig*_bin_ghc-*.mk
+mk/ghcconfig*_bin_ghc-*.exe.mk
*.imports
# -----------------------------------------------------------------------------