diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-08-22 01:40:55 +0100 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-08-22 14:24:06 +0100 |
commit | f9e9e71610b9bc7c409400d9e7a3406f40cb5bd8 (patch) | |
tree | 7918d1996bc117f9b4294514aee398f4e2638ace /testsuite/.gitignore | |
parent | 030549a1e263f352814e982fd9dba77755326a03 (diff) | |
download | haskell-f9e9e71610b9bc7c409400d9e7a3406f40cb5bd8.tar.gz |
gitignore: Ignore tests/rts/rdynamic
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index 5631eebef4..591545cdc3 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 |