[commit: packages/unix] master: Ignore interp.stderr/stdout. (54fbbde)

git at git.haskell.org git at git.haskell.org
Mon Jul 7 13:58:14 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/54fbbdecb673705a67d5b9594503cf86d53265c9/unix

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

commit 54fbbdecb673705a67d5b9594503cf86d53265c9
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Mon Jul 7 14:58:08 2014 +0100

    Ignore interp.stderr/stdout.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

54fbbdecb673705a67d5b9594503cf86d53265c9
 tests/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/.gitignore b/tests/.gitignore
index a6b0472..eefd6d4 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -6,6 +6,8 @@
 *.eventlog
 *.genscript
 *.exe
+*.interp.stderr
+*.interp.stdout
 
 # specific files
 /T1185



More information about the ghc-commits mailing list