Changeset 5634

Show
Ignore:
Timestamp:
01/27/08 17:42:29 (5 years ago)
Author:
ujihisa
Message:

lang/ruby/misc/vif: add excluded directory name

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/misc/vif

    r5567 r5634  
    44 
    55EXCLUDE_EXTENTSONS = %w(jpg png) 
    6 EXCLUDE_FROM_CURRENT = %w(estraier tmp log) 
     6EXCLUDE_FROM_CURRENT = %w(estraier tmp log coverage) 
    77 
    88ext      = EXCLUDE_EXTENTSONS.map{|ext| "! -name '*.#{ext}' "}.join