diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-05-17 16:24:43 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-05-17 16:24:43 +0000 |
commit | 3fe8278132e199fc1821fd31a843515d7eb10e55 (patch) | |
tree | c6c94efec593bf6105763dc2ef0023a160f496ee /CVSROOT | |
parent | b8d89424bcc96c6f934e891312200747820973cb (diff) |
added GEM-related binary file types
svn path=/trunk/; revision=631
Diffstat (limited to 'CVSROOT')
-rw-r--r-- | CVSROOT/cvswrappers | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CVSROOT/cvswrappers b/CVSROOT/cvswrappers index e9786dc8..17c5a691 100644 --- a/CVSROOT/cvswrappers +++ b/CVSROOT/cvswrappers @@ -29,6 +29,18 @@ *.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' @@ -44,6 +56,12 @@ *.mp2 -k 'b' *.mp3 -k 'b' +# VIDEO FILES +*.avi -k 'b' +*.mov -k 'b' +*.mpg -k 'b' +*.mpeg -k 'b' + # DOCUMENTS *.pdf -k 'b' *.doc -k 'b' |