diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-08-01 19:14:31 +0100 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-08-01 19:14:34 +0100 |
commit | 033658892bb2e7c172ca75b94b54258b93f715e4 (patch) | |
tree | d23756ff91fb4a30ba20cacfb5008aafbc67dce6 | |
parent | 3faff738f873246f8a81f44d551a9696c8338196 (diff) | |
download | haskell-033658892bb2e7c172ca75b94b54258b93f715e4.tar.gz |
Two new executables to ignore.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
-rw-r--r-- | testsuite/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index 56531827a0..c99aebaf4c 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -661,6 +661,7 @@ mk/ghcconfig_*_inplace_bin_ghc-stage2.exe.mk /tests/ffi/should_run/fptrfail01 /tests/gadt/CasePrune /tests/gadt/Session +/tests/gadt/T9380 /tests/gadt/gadt2 /tests/gadt/gadt23 /tests/gadt/gadt4 @@ -1142,6 +1143,7 @@ mk/ghcconfig_*_inplace_bin_ghc-stage2.exe.mk /tests/perf/should_run/T7954 /tests/perf/should_run/T876 /tests/perf/should_run/T9203 +/tests/perf/should_run/T9339 /tests/perf/should_run/lazy-bs-alloc /tests/perf/should_run/lazy-bs-alloc.stats /tests/perf/should_run/speed.f32 |