Diff for /CVSROOT/cvswrappers between versions 1.1 and 1.2

version 1.1, 1999/09/28 19:58:53 version 1.2, 2013/06/01 14:23:12
Line 21 Line 21
 #  and value is a single-quote delimited value.  #  and value is a single-quote delimited value.
 # For example:  # For example:
 #*.gif -k 'b'  #*.gif -k 'b'
   
   *.gif -k 'b'
   *.bmp -k 'b'
   *.png -k 'b'
   *.jpg -k 'b'
   *.avi -k 'b'
   
   # Sound files
   *.mp3 -k 'b'
   
   # # Special java files
   *.class -k 'b'
   *.zip -k 'b'
   *.jar -k 'b'
   
   # # Photoshop files
   *.psd -k 'b'
   
   # # The Gimp files
    *.xcf -k 'b'
   
   

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>