# File lib/rake.rb, line 1035
1035:       def clear_ignore_patterns
1036:         @exclude_patterns = [ /^$/ ]
1037:       end