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