Develop and Download Open Source Software

Browse CVS Repository

Annotation of /xoonips-library/CVSROOT/cvswrappers

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (hide annotations) (download)
Thu Mar 30 02:03:19 2006 UTC (18 years ago) by yamaji
Branch: MAIN
Changes since 1.2: +2 -0 lines
add jpeg extension

1 root 1.1 # This file affects handling of files based on their names.
2     #
3     # The -m option specifies whether CVS attempts to merge files.
4     #
5     # The -k option specifies keyword expansion (e.g. -kb for binary).
6     #
7     # Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
8     #
9     # wildcard [option value][option value]...
10     #
11     # where option is one of
12     # -f from cvs filter value: path to filter
13     # -t to cvs filter value: path to filter
14     # -m update methodology value: MERGE or COPY
15     # -k expansion mode value: b, o, kkv, &c
16     #
17     # and value is a single-quote delimited value.
18     # For example:
19     #*.gif -k 'b'
20 yamaji 1.2 *.gif -k 'b'
21     *.GIF -k 'b'
22     *.png -k 'b'
23     *.PNG -k 'b'
24     *.eps -k 'b'
25     *.EPS -k 'b'
26     *.jpg -k 'b'
27     *.JPG -k 'b'
28 yamaji 1.3 *.jpeg -k 'b'
29     *.JPEG -k 'b'
30 yamaji 1.2 *.bmp -k 'b'
31     *.BMP -k 'b'
32     *.ps -k 'b'
33     *.PS -k 'b'
34     *.class -k 'b'
35     *.CLASS -k 'b'
36     *.jar -k 'b'
37     *.JAR -k 'b'
38     *.ico -k 'b'
39     *.ICO -k 'b'
40     *.icns -k 'b'
41     *.ICNS -k 'b'
42     *.exe -k 'b'
43     *.EXE -k 'b'
44     *.dll -k 'b'
45     *.DLL -k 'b'
46    

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26