Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/828c102a612022fba97acde088b8eb94cad856bd >--------------------------------------------------------------- commit 828c102a612022fba97acde088b8eb94cad856bd Author: Simon Peyton Jones <[email protected]> Date: Sat Jun 11 14:46:17 2011 +0100 Ignore .stackdump files >--------------------------------------------------------------- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index ae25aa6..fa0feac 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ #*# *.bak *.tix +*.stackdump *.BAK *.orig *.prof _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
