Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/180857e74d790a3ed2d5650e521037d37eeb7684 >--------------------------------------------------------------- commit 180857e74d790a3ed2d5650e521037d37eeb7684 Author: David Terei <[email protected]> Date: Thu Jan 12 15:56:12 2012 -0800 More .gitignore updates. >--------------------------------------------------------------- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index d275eeb..2d7d278 100644 --- a/.gitignore +++ b/.gitignore @@ -231,6 +231,7 @@ tests/codeGen/should_run/cgrun048 tests/codeGen/should_run/cgrun049 tests/codeGen/should_run/cgrun050 tests/codeGen/should_run/cgrun051 +tests/codeGen/should_run/cgrun052 tests/codeGen/should_run/cgrun053 tests/codeGen/should_run/cgrun054 tests/codeGen/should_run/cgrun055 @@ -710,6 +711,7 @@ tests/parser/unicode/1744 tests/parser/unicode/utf8_024 tests/perf/should_run/T3245 tests/perf/should_run/T4321 +tests/perf/space_leaks/T4018 tests/perf/space_leaks/T4334 tests/perf/space_leaks/T4334.stats tests/perf/space_leaks/space_leak_001 @@ -755,8 +757,10 @@ tests/rts/2047 tests/rts/2783 tests/rts/3424 tests/rts/5250 +tests/rts/5644/5644 tests/rts/T2615 tests/rts/bug1010 +tests/rts/derefnull tests/rts/divbyzero tests/rts/exec_signals tests/rts/exec_signals_child @@ -767,8 +771,38 @@ tests/rts/stack001 tests/rts/stack002 tests/rts/stack003 tests/rts/traceEvent +tests/simplCore/should_run/SeqRule +tests/simplCore/should_run/T2756 +tests/simplCore/should_run/T3403 +tests/simplCore/should_run/T3437 +tests/simplCore/should_run/T3591 +tests/simplCore/should_run/T3959 +tests/simplCore/should_run/T3972 +tests/simplCore/should_run/T3983 +tests/simplCore/should_run/T4814 +tests/simplCore/should_run/T5315 +tests/simplCore/should_run/T5441 +tests/simplCore/should_run/T5453 +tests/simplCore/should_run/T5587 +tests/simplCore/should_run/T5603 +tests/simplCore/should_run/T5625 +tests/simplCore/should_run/simplrun001 +tests/simplCore/should_run/simplrun002 +tests/simplCore/should_run/simplrun003 +tests/simplCore/should_run/simplrun004 +tests/simplCore/should_run/simplrun005 +tests/simplCore/should_run/simplrun007 +tests/simplCore/should_run/simplrun008 +tests/simplCore/should_run/simplrun009 +tests/simplCore/should_run/simplrun010 +tests/stranal/should_run/T2756b +tests/stranal/should_run/strun001 +tests/stranal/should_run/strun002 +tests/stranal/should_run/strun003 +tests/stranal/should_run/strun004 tests/typecheck/should_compile/tc159 tests/typecheck/should_fail/tcfail149 +tests/typecheck/should_run/Defer01 tests/typecheck/should_run/IPRun tests/typecheck/should_run/T1624 tests/typecheck/should_run/T1735 @@ -778,6 +812,7 @@ tests/typecheck/should_run/T3500b tests/typecheck/should_run/T3731 tests/typecheck/should_run/T3731-short tests/typecheck/should_run/T4809 +tests/typecheck/should_run/T5759 tests/typecheck/should_run/church tests/typecheck/should_run/mc17 tests/typecheck/should_run/tcrun001 @@ -818,6 +853,7 @@ tests/typecheck/should_run/tcrun037 tests/typecheck/should_run/tcrun038 tests/typecheck/should_run/tcrun039 tests/typecheck/should_run/tcrun040 +tests/typecheck/should_run/tcrun041 tests/typecheck/should_run/tcrun042 tests/typecheck/should_run/tcrun043 tests/typecheck/should_run/tcrun044 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
