diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-10-30 20:22:24 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-10-30 20:22:25 +0100 |
commit | 59e728bc0b47116e3c9a8b21b14dc3198531b9a9 (patch) | |
tree | cbeca1d52f2eb69ba1df117bf3b78844699f7ba2 /testsuite/.gitignore | |
parent | f78b477bd0ba1f85089c515259c9e3145abd1f7b (diff) | |
download | haskell-59e728bc0b47116e3c9a8b21b14dc3198531b9a9.tar.gz |
Testsuite: suggest quoting $(TEST_HC)
Test Plan: it works
Reviewers: bgamari, rwbarton, austin
Reviewed By: austin
Subscribers: rwbarton
Differential Revision: https://phabricator.haskell.org/D1377
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index d9f7dccabd..9c3f91f210 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -57,6 +57,8 @@ tmp.d *bindisttest_install___dir_bin_ghc.exe.mk mk/ghcconfig*_bin_ghc*.mk mk/ghcconfig*_bin_ghc*.exe.mk +mk/ghcconfig*_test___spaces_ghc*.mk +mk/ghcconfig*_test___spaces_ghc*.exe.mk *.imports # ----------------------------------------------------------------------------- |