# File lib/rake.rb, line 1079
1079:     def clear_exclude
1080:       @exclude_patterns = []
1081:       calculate_exclude_regexp if ! @pending
1082:     end