[commit: ghc] master: Updated testsuite/.gitignore to exclude some test artifacts on Windows. (1907e81)
git at git.haskell.org
git at git.haskell.org
Thu Oct 30 16:57:06 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/1907e8196a50100a646b0d70f22468dad7023442/ghc
>---------------------------------------------------------------
commit 1907e8196a50100a646b0d70f22468dad7023442
Author: Gintautas Miliauskas <gintautas.miliauskas at gmail.com>
Date: Thu Oct 30 11:57:18 2014 -0500
Updated testsuite/.gitignore to exclude some test artifacts on Windows.
Reviewers: austin
Reviewed By: austin
Subscribers: thomie, carter, simonmar
Differential Revision: https://phabricator.haskell.org/D404
>---------------------------------------------------------------
1907e8196a50100a646b0d70f22468dad7023442
testsuite/.gitignore | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index d3dc9cb..ce5c2c2 100644
--- a/testsuite/.gitignore
+++ b/testsuite/.gitignore
@@ -29,10 +29,12 @@ Thumbs.db
.hpc.*/
*.genscript
+*.stdout.normalised
+*.stdout-mingw32.normalised
+*.stdout-ghc.normalised
*.stderr.normalised
*.stderr-mingw32.normalised
*.stderr-ghc.normalised
-*.stdout.normalised
*.interp.stdout
*.interp.stderr
*.run.stdout
More information about the ghc-commits
mailing list