[commit: packages/unix] master, safe710fixes, safe710fixes-again, safefixes710again: Ignore test output created by GHC test suite. (fa1a859)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 15:49:45 UTC 2015
Repository : ssh://git@git.haskell.org/unix
On branches: master,safe710fixes,safe710fixes-again,safefixes710again
Link : http://ghc.haskell.org/trac/ghc/changeset/fa1a859ee40bdeadb5144c910e57225d71d1dddf/unix
>---------------------------------------------------------------
commit fa1a859ee40bdeadb5144c910e57225d71d1dddf
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Fri Aug 22 14:20:06 2014 +0100
Ignore test output created by GHC test suite.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
>---------------------------------------------------------------
fa1a859ee40bdeadb5144c910e57225d71d1dddf
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 6023241..b67c37a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,4 +15,5 @@ tests/*.eventlog
tests/*.genscript
tests/*.o
tests/*.hi
+tests/*.normalised
*~
More information about the ghc-commits
mailing list