[Chapel Merge] Fix up readcsv.chpl to address testing failures

Branch: refs/heads/main
Revision: acafc53
Author: mppf
Log Message:

Merge pull request #18400 from mppf/fix-readcsv-issues

Fix up readcsv.chpl to address testing failures

Follow-up to PR #18349 to address some nightly testing failures:

  • Add readcsv.chpl to the README
  • Add a timeout of 1000s

While there,

  • Add generated files to a local .gitignore

A better solution for the timeout would be PR #18399.

For post-merge review by @mstrout .

Modified Files:
A test/release/examples/patterns/.gitignore

A test/release/examples/patterns/readcsv.timeout
M test/release/examples/patterns/README

Compare: https://github.com/chapel-lang/chapel/compare/69a21c664cca...acafc53c1015