[commit: ghc] master: Two new executables to ignore. (0336588)
git at git.haskell.org
git at git.haskell.org
Fri Aug 1 18:14:45 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/033658892bb2e7c172ca75b94b54258b93f715e4/ghc
>---------------------------------------------------------------
commit 033658892bb2e7c172ca75b94b54258b93f715e4
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Fri Aug 1 19:14:31 2014 +0100
Two new executables to ignore.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
>---------------------------------------------------------------
033658892bb2e7c172ca75b94b54258b93f715e4
testsuite/.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index 5653182..c99aeba 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
More information about the ghc-commits
mailing list