[commit: ghc] master: Updated testsuite/.gitignore to cover artifacts on Windows. (3687089)

git at git.haskell.org git at git.haskell.org
Tue Oct 21 21:50:28 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/3687089fd55e3c8d2710da5c9fb4b53c6c84e0cf/ghc

>---------------------------------------------------------------

commit 3687089fd55e3c8d2710da5c9fb4b53c6c84e0cf
Author: Gintautas Miliauskas <gintautas.miliauskas at gmail.com>
Date:   Tue Oct 21 14:57:57 2014 -0500

    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


>---------------------------------------------------------------

3687089fd55e3c8d2710da5c9fb4b53c6c84e0cf
 testsuite/.gitignore | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index e8b83e8..4552204 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
 
 # -----------------------------------------------------------------------------



More information about the ghc-commits mailing list