diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-06-10 19:00:57 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-06-12 07:36:01 -0400 |
commit | c05ca251620ff2589f21192208a1e500285eb5c3 (patch) | |
tree | f9fefd06756c145c98ea54312ba07dccb67e2172 | |
parent | 9b4ff57d71eebf6dd71a5d81d0f9c9c2aef80e65 (diff) | |
download | haskell-c05ca251620ff2589f21192208a1e500285eb5c3.tar.gz |
testsuite: Add haddock perf test output to gitignore
[skip ci]
-rw-r--r-- | testsuite/tests/perf/haddock/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/perf/haddock/.gitignore b/testsuite/tests/perf/haddock/.gitignore new file mode 100644 index 0000000000..0ce4cd061c --- /dev/null +++ b/testsuite/tests/perf/haddock/.gitignore @@ -0,0 +1,2 @@ +# RTS performance metrics output from haddock perf tests +*.t |