VirtualBox

Changeset 4 in kBuild


Ignore:
Timestamp:
Oct 15, 2002 1:54:03 PM (22 years ago)
Author:
warped
Message:

cvssenv: Added cvswrappers for binary files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CVSROOT/cvswrappers

    r3 r4  
     1#
     2#  $Id$
     3#
    14# This file affects handling of files based on their names.
    25#
     
    1114# Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
    1215#
    13 #  wildcard     [option value][option value]...
     16#  wildcard     [option value][option value]...
    1417#
    1518#  where option is one of
    16 #  -f           from cvs filter         value: path to filter
    17 #  -t           to cvs filter           value: path to filter
    18 #  -m           update methodology      value: MERGE or COPY
    19 #  -k           expansion mode          value: b, o, kkv, &c
     19#  -f           from cvs filter         value: path to filter
     20#  -t           to cvs filter           value: path to filter
     21#  -m           update methodology      value: MERGE or COPY
     22#  -k           expansion mode          value: b, o, kkv, &c
    2023#
    2124#  and value is a single-quote delimited value.
    2225# For example:
    2326#*.gif -k 'b'
     27
     28# binaries (should normally not be added to the archive )
     29*.exe -k 'b'
     30*.sys -k 'b'
     31*.obj -k 'b'
     32*.res -l 'b'
     33
     34# diverse others
     35*.zip -k 'b'
     36*.etc -k 'b'
     37*.pch -k 'b'
     38*.err -k 'b'
     39*.map -k 'b'
     40
     41# icon and mouse pointer formats
     42*.ico -k 'b'
     43*.ptr -k 'b'
     44*.cur -k 'b'
     45*.ani -k 'b'
     46*.and -k 'b'
     47
     48# font files
     49*.ttf -k 'b'
     50*.fnt -k 'b'
     51
     52# bitmap formats
     53*.bmp -k 'b'
     54*.gif -k 'b'
     55*.jpg -k 'b'
     56*.jpeg -k 'b'
     57*.pcx -k 'b'
     58*.tga -k 'b'
     59*.tif -k 'b'
     60*.tiff -k 'b'
     61*.dib -k 'b'
     62*.mng -k 'b'
     63*.png -k 'b'
     64*.xpm -k 'b'
     65
     66# presentation formats
     67*.pdf -k 'b'
     68*.ps -k 'b'
     69
     70
     71# video and audio files
     72*.mov -k 'b'
     73*.avi -k 'b'
     74*.mpg -k 'b'
     75*.mp2 -k 'b'
     76*.mp3 -k 'b'
     77
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette