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

exclude given directories in recursive mode #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Motardo
Copy link

@Motardo Motardo commented Jul 31, 2015

This addresses issue #8 - It allows you to write commands like: fdupes -e./.git -r . or fdupes --exclude-dir=foo/bar -r foo. It uses sys/queue.h for the linked list implementation to hold the names of directories that should be ignored.

@george-viaud
Copy link

This is a much needed feature - I see there are conflicts though and I've not the time or experience to resolve them (unfortunately for me). Anyone care to take this up? @adrianlopezroche thank you for the wonderful tool - any chance this pull can be worked into the next build? I'm not sure how active this project is but it's a very worth tool indeed, this feature would make it much more powerful. Thanks

@@ -1083,6 +1109,27 @@ int main(int argc, char **argv) {
case 'R':
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Am I missing something or there is a missing switch statement? For everithing else seems a good pull request, too bad that this wasn't merged

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

Successfully merging this pull request may close these issues.

3 participants