cpdup: '#' in cpignore files is no longer interpreted as a comment.
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 1 Apr 2009 00:16:31 +0000 (17:16 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 1 Apr 2009 00:16:31 +0000 (17:16 -0700)
commitc260943236095839a0bbe73688b38f5585493e2f
tree727cd9960df772403a9a966cf3937532aed9e265
parentbc1eb67657338679ed507f0e7348249ded24abcf
cpdup: '#' in cpignore files is no longer interpreted as a comment.

A '#' as the first character on a line in a cpignore file used to be
interpreted as a comment.  It is no just considered another valid
character in a filename.  Comments may no longer be represented in
cpignore files.
bin/cpdup/cpdup.c
bin/cpdup/misc.c