Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --ignore-dirs or similar to extract #402

Closed
akx opened this issue May 5, 2016 · 1 comment · Fixed by #832
Closed

Add --ignore-dirs or similar to extract #402

akx opened this issue May 5, 2016 · 1 comment · Fixed by #832

Comments

@akx
Copy link
Member

akx commented May 5, 2016

See #53, #253, #401, #124.

Implementation idea:

  • Add directory_filter callable arg to extract_from_dir(); this would be used instead of the hard-coded if subdir.startswith('.') or subdir.startswith('_'):
  • Generate a directory filter callable from an --ignore-dirs argument, if passed in the CLI
@rlam3
Copy link

rlam3 commented Jul 15, 2016

Looking forward to this patch to ignore certain directories/subdirectories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants