root@1: # This file affects handling of files based on their names. root@1: # root@1: # The -t/-f options allow one to treat directories of files root@1: # as a single file, or to transform a file in other ways on root@1: # its way in and out of CVS. root@1: # root@1: # The -m option specifies whether CVS attempts to merge files. root@1: # root@1: # The -k option specifies keyword expansion (e.g. -kb for binary). root@1: # root@1: # Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers) root@1: # root@1: # wildcard [option value][option value]... root@1: # root@1: # where option is one of root@1: # -f from cvs filter value: path to filter root@1: # -t to cvs filter value: path to filter root@1: # -m update methodology value: MERGE or COPY root@1: # -k expansion mode value: b, o, kkv, &c root@1: # root@1: # and value is a single-quote delimited value. root@1: # For example: root@1: #*.gif -k 'b'