[commit: ghc] master: testsuite/base: update .gitignore (0a3944c)
git at git.haskell.org
git at git.haskell.org
Mon Aug 11 21:59:15 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0a3944c34b836ada567990bbd12e9932203e1d89/ghc
>---------------------------------------------------------------
commit 0a3944c34b836ada567990bbd12e9932203e1d89
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Aug 11 15:39:10 2014 -0500
testsuite/base: update .gitignore
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
0a3944c34b836ada567990bbd12e9932203e1d89
libraries/base/tests/.gitignore | 1 +
testsuite/.gitignore | 2 ++
2 files changed, 3 insertions(+)
diff --git a/libraries/base/tests/.gitignore b/libraries/base/tests/.gitignore
index b7b2dc8..3115fd7 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 e6e6bb2..d4abe83 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/
More information about the ghc-commits
mailing list