Changeset 38


Ignore:
Timestamp:
Jun 6, 1999, 9:52:18 PM (26 years ago)
Author:
ktk
Message:

New file extensions added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CVSROOT/cvswrappers

    r29 r38  
    2222# For example:
    2323#*.gif -k 'b'
     24
     25# binaries (should normally not be added to the archive )
    2426*.exe -k 'b'
    2527*.sys -k 'b'
    2628*.obj -k 'b'
     29*.res -l 'b'
     30
     31# diverse others
    2732*.zip -k 'b'
    2833*.etc -k 'b'
     34
     35# icon and mouse pointer formats
     36*.ico -k 'b'
     37*.ptr -k 'b'
     38*.cur -k 'b'
     39*.ani -k 'b'
     40*.and -k 'b'
     41
     42# font files
     43*.ttf -k 'b'
     44*.fnt -k 'b'
     45
     46# bitmap formats
     47*.bmp -k 'b'
     48*.gif -k 'b'
     49*.jpg -k 'b'
     50*.jpeg -k 'b'
     51*.pcx -k 'b'
     52*.tga -k 'b'
     53*.tif -k 'b'
     54*.tiff -k 'b'
     55*.dib -k 'b'
     56*.mng -k 'b'
     57*.png -k 'b'
     58*.xpm -k 'b'
     59
     60# presentation formats
     61*.pdf -k 'b'
     62*.ps -k 'b'
     63
     64
     65# video and audio files
     66*.mov -k 'b'
     67*.avi -k 'b'
     68*.mpg -k 'b'
     69*.mp2 -k 'b'
     70*.mp3 -k 'b'
     71
Note: See TracChangeset for help on using the changeset viewer.