beyondgrep / ack2

**ack 2 is no longer being maintained. ack 3 is the latest version.**
https://github.com/beyondgrep/ack3/
Other
1.48k stars 138 forks source link

Ignore Tox working directory '.tox'. #480

Closed berendt closed 8 years ago

petdance commented 10 years ago

What is Tox? I've never heard of it.

hoelzro commented 10 years ago

It's a testing tool for Python that runs a library's tests across multiple Python versions.

hoelzro commented 10 years ago

@berendt Did you know that you could stick this rule in the project's ackrc file?

berendt commented 10 years ago

@hoelzro No I did not know that. Yesterday I used ack2 the first time. But I think tox is a common testing tool for Python and that it should be ignored by default.

petdance commented 8 years ago

Thanks for the input. I'm going to close this based on there only having been one request for this feature.