summaryrefslogtreecommitdiff
path: root/testsuite/.gitignore
diff options
context:
space:
mode:
authorGintautas Miliauskas <gintautas.miliauskas@gmail.com>2014-10-21 14:57:57 -0500
committerAustin Seipp <austin@well-typed.com>2014-10-21 14:57:58 -0500
commit3687089fd55e3c8d2710da5c9fb4b53c6c84e0cf (patch)
treeaa7a0f46114a883dfee7e4013da2914e05bbf0a5 /testsuite/.gitignore
parent27f7552745fa320e72096b30b08558b7a275bbcc (diff)
downloadhaskell-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/.gitignore7
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
# -----------------------------------------------------------------------------