Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Well is there a commonality to the files you want to exclude, so that wildcards could be used? If not, then you have to just list them all in the include file. Commented May 2, 2012 at 12:32
  • Yeah, I think I could use wildcards but can a directory be a wildcard? Will it know to copy the matching directory recursively and not apply the exclude * inside a match directory? That's my confusion in a nutshell. Commented May 2, 2012 at 12:36