diff options
author | Gintautas Miliauskas <gintautas.miliauskas@gmail.com> | 2014-10-21 14:57:57 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-10-21 14:57:58 -0500 |
commit | 3687089fd55e3c8d2710da5c9fb4b53c6c84e0cf (patch) | |
tree | aa7a0f46114a883dfee7e4013da2914e05bbf0a5 /testsuite/.gitignore | |
parent | 27f7552745fa320e72096b30b08558b7a275bbcc (diff) | |
download | haskell-3687089fd55e3c8d2710da5c9fb4b53c6c84e0cf.tar.gz |
Updated testsuite/.gitignore to cover artifacts on Windows.
Test Plan: git status after a test run
Reviewers: austin
Reviewed By: austin
Subscribers: thomie, carter, ezyang, simonmar
Differential Revision: https://phabricator.haskell.org/D333
GHC Trac Issues: #9679
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index e8b83e8c3c..4552204000 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -30,6 +30,7 @@ Thumbs.db *.genscript *.stderr.normalised +*.stderr-mingw32.normalised *.stderr-ghc.normalised *.stdout.normalised *.interp.stdout @@ -53,9 +54,9 @@ 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*_inplace_bin_ghc-stage1.mk +mk/ghcconfig*_inplace_bin_ghc-stage2.mk +mk/ghcconfig*_inplace_bin_ghc-stage2.exe.mk *.imports # ----------------------------------------------------------------------------- |