aboutsummaryrefslogtreecommitdiff
path: root/CVSROOT/cvswrappers
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-02-07 23:04:42 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-02-07 23:04:42 +0000
commitc0ab517b9027bd66c32f931ce592932c85f43d7b (patch)
treea6fe47eb64ca659196cf294cc6246e5f5f11e90c /CVSROOT/cvswrappers
parentfe7c61c3440e85161e84e9ca01793565e874f038 (diff)
who needs this?
svn path=/trunk/; revision=9375
Diffstat (limited to 'CVSROOT/cvswrappers')
-rw-r--r--CVSROOT/cvswrappers98
1 files changed, 0 insertions, 98 deletions
diff --git a/CVSROOT/cvswrappers b/CVSROOT/cvswrappers
deleted file mode 100644
index 1328ba5c..00000000
--- a/CVSROOT/cvswrappers
+++ /dev/null
@@ -1,98 +0,0 @@
-# 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>
-# for some reason we now get this error message:
-# -m wrapper option is not supported remotely; ignored
-# 2006-07-24 <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'