# Configuration file for local_cwrsync.cmd
#
# * Lines beginning with # and empty lines are ignored.
# * Data lines have up to 4 fields separated by | characters like this: 
#       source|files-from filename|include-from filename|exclude-from filename
# * Source is required.  The rest are optional.
# * Source must be /cygdrive/./<letter> where letter is A-Z.
# * "|"s to the right of the last populated field may be omitted.
# * If a field to the right of an unwanted field is required, the unwanted 
#   field must be populated with the empty.txt file.  For example, omitting
#   the leading /C:/cygdrive/C/Program Files/cwRsync/ for clarity, if an exclude
#   file is required and an include is not:
#   /cygdrive/./C|C_files_from.txt|empty.txt|C_exclude_from.txt       

/cygdrive/./C|/cygdrive/C/Program Files/cwRsync/C_files_from.txt|/cygdrive/C/Program Files/cwRsync/empty.txt|/cygdrive/C/Program Files/cwRsync/C_exclude_from.txt
