diff options
author | Austin Seipp <austin@well-typed.com> | 2014-08-11 15:39:10 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-08-11 16:58:52 -0500 |
commit | 0a3944c34b836ada567990bbd12e9932203e1d89 (patch) | |
tree | 46fdea91d6f1c03f1979cd7da31ef08f759f39c9 | |
parent | 6e3c44e037dc5eb5e09f1e7c56ca8d9ab21f5353 (diff) | |
download | haskell-0a3944c34b836ada567990bbd12e9932203e1d89.tar.gz |
testsuite/base: update .gitignore
Signed-off-by: Austin Seipp <austin@well-typed.com>
-rw-r--r-- | libraries/base/tests/.gitignore | 1 | ||||
-rw-r--r-- | testsuite/.gitignore | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/libraries/base/tests/.gitignore b/libraries/base/tests/.gitignore index b7b2dc8e76..3115fd753c 100644 --- a/libraries/base/tests/.gitignore +++ b/libraries/base/tests/.gitignore @@ -269,3 +269,4 @@ /unicode001 /unicode002 /weak001 +/T9395 diff --git a/testsuite/.gitignore b/testsuite/.gitignore index e6e6bb29f7..d4abe83909 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -1508,6 +1508,8 @@ mk/ghcconfig_*_inplace_bin_ghc-stage2.exe.mk /tests/typecheck/should_run/tcrun051 /tests/typecheck/should_run/testeq2 /tests/typecheck/testeq1/typecheck.testeq1 +/tests/concurrent/should_run/T9379 +/tests/simplCore/should_run/T9390 /timeout/calibrate.out /timeout/dist/ /timeout/install-inplace/ |