Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b351d4899557bd533a0f7a704c6139dbdbf50644 >--------------------------------------------------------------- commit b351d4899557bd533a0f7a704c6139dbdbf50644 Author: Simon Peyton Jones <[email protected]> Date: Wed May 4 11:52:22 2011 +0100 Ignore more things in the testsuite >--------------------------------------------------------------- .gitignore | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 1a1994d..6ad7b01 100644 --- a/.gitignore +++ b/.gitignore @@ -8,9 +8,13 @@ *.orig *.prof +*.exe *.hi *.o *.pyc +*.normalised +*.eventlog +*.comp.std* # ----------------------------------------------------------------------------- # specific generated files @@ -82,3 +86,4 @@ tests/ghc-regress/th/TH_import_loop/ModuleA.o-boot tests/ghc-regress/typecheck/should_fail/T3468.o-boot timeout/calibrate.out timeout/install-inplace/ +timeout/dist/ _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
