[commit: ghc] master: gitignore: Ignore tests/rts/rdynamic (f9e9e71)
git at git.haskell.org
git at git.haskell.org
Fri Aug 22 13:25:13 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f9e9e71610b9bc7c409400d9e7a3406f40cb5bd8/ghc
>---------------------------------------------------------------
commit f9e9e71610b9bc7c409400d9e7a3406f40cb5bd8
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Fri Aug 22 01:40:55 2014 +0100
gitignore: Ignore tests/rts/rdynamic
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
>---------------------------------------------------------------
f9e9e71610b9bc7c409400d9e7a3406f40cb5bd8
testsuite/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index 5631eeb..591545c 100644
--- a/testsuite/.gitignore
+++ b/testsuite/.gitignore
@@ -1305,6 +1305,7 @@ mk/ghcconfig_*_inplace_bin_ghc-stage2.exe.mk
/tests/rts/bug1010
/tests/rts/derefnull
/tests/rts/divbyzero
+/tests/rts/rdynamic
/tests/rts/exec_signals
/tests/rts/exec_signals_child
/tests/rts/exec_signals_prepare
More information about the ghc-commits
mailing list