#314 add a method for telling libtaskotron which files should not be sent to minion
Closed: Invalid Opened by tflink.

As I started writing a task that had a virtualenv for dev purposes, I found out that the entire virtualenv was being sent to the minon for task execution. In this and I'm sure many future cases, this is not desired behavior, especially for development.

Propose a method for ignoring files in a task's git checkout directory so that everything isn't sent to the minon prior to execution


Yeah, the other example is that currently we send .git/ directory to the minion. :(

With STI tasks, there's an assumption that the whole directory is present. We could make some exception, it doesn't seem to very important now.

Metadata Update from @kparal:
- Issue close_status updated to: Invalid

Metadata