tape-testing / faucet

human-readable TAP summarizer
MIT License
551 stars 25 forks source link

Ignore dot files #25

Closed andres-lowrie closed 2 years ago

andres-lowrie commented 6 years ago

This should stop it from running with dot files. The goal is to ignore editor files like those produced by vim and emacs

ljharb commented 2 years ago

Since you've deleted your fork, this PR is unfortunately unrecoverable.

andres-lowrie commented 2 years ago

ooops... I can make these changes on a fresh fork if you the changes make sense

ljharb commented 2 years ago

I think probably a better approach would be to default to respecting .gitignore, and allow an --ignore option to point to an additional ignore file. Happy to review a PR for that.