Add --exclude-name option.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Sat, 8 Aug 2009 02:22:42 +0000 (19:22 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Sat, 8 Aug 2009 02:22:42 +0000 (19:22 -0700)
commit41bf14f1d09d9da4d6c4df6795d2cf7a48a39ba7
treef811c8cba18721043042f1196545032df0f3d4de
parentf00db3cfa6c0ac82dbf314d4e12b1b0ebb84ba0a
Add --exclude-name option.

The --exclude-name will exclude from a snapshot files or directories with
the specified name.  This contrasts with --exclude, which requires that the
full path be specified.

Initial patch by Chris Wilson <chris@aptivate.org>.  Committed with minor
modifications.
scandir.cc