# File lib/rake.rb, line 830
830:     def clear_exclude
831:       @exclude_patterns = []
832:       calculate_exclude_regexp if ! @pending
833:     end