aboutsummaryrefslogtreecommitdiff
path: root/CVSROOT/cvswrappers
blob: 65875700d6c43641131c7524915342051c9259a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# This file affects handling of files based on their names.
#
# The -t/-f options allow one to treat directories of files
# as a single file, or to transform a file in other ways on
# its way in and out of CVS.
#
# The -m option specifies whether CVS attempts to merge files.
#
# The -k option specifies keyword expansion (e.g. -kb for binary).
#
# Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
#
#  wildcard	[option value][option value]...
#
#  where option is one of
#  -f		from cvs filter		value: path to filter
#  -t		to cvs filter		value: path to filter
#  -m		update methodology	value: MERGE or COPY
#  -k		expansion mode		value: b, o, kkv, &c
#
#  and value is a single-quote delimited value.
# For example:
#*.gif -k 'b'

# IMAGES
*.gif -k 'b'
*.png -k 'b'
*.jpg -k 'b'
*.jpeg -k 'b'
*.tif -k 'b'
*.tiff -k 'b'
*.GIF -K 'b'
*.PNG -k 'b'
*.JPG -k 'b'
*.JPEG -k 'b'
*.TIF -k 'b'
*.TIFF -k 'b'

# FONTS
*.ttf -k 'b'

# 3D MODELS
*.mtl -k 'b'

# WEB FILES
*.swf -k 'b'
*.fla -k 'b'
*.mov -k 'b'

# SOUND FILES
*.wav -k 'b'
*.snd -k 'b'
*.aif -k 'b'
*.aiff -k 'b'
*.au -k 'b'
*.mp2 -k 'b'
*.mp3 -k 'b'

# VIDEO FILES
*.avi -k 'b'
*.mov -k 'b'
*.mpg -k 'b'
*.mpeg -k 'b'
*.mjpeg -k 'b'

# DOCUMENTS
*.pdf -k 'b'
*.doc -k 'b'
*.dot -k 'b'
*.xlt -k 'b'
*.ps  -k 'b'

# EXECUTABLES
*.exe -k 'b'
*.dll -k 'b'
*.pd_linux  -k 'b'
*.pd_darwin -k 'b'

# WINDOWS FILES
*.lnk -k 'b'

# MACOS X FILES
*.pmsp -k 'b'

# PD FILES
# pd files can't be meaningfully merged, so copy instead
# 2006-02-15 <hans@at.or.at>
*.pd -m 'COPY'

# prevent keyword replacement on imported sources
# 2005-05-20 <hans@at.or.at>
portaudio/* -k 'b'
portaudio_osx/* -k 'b'
portaudio_v18/* -k 'b'
portmidi/* -k 'b'