clear_exclude()
Clear all the exclude patterns so that we exclude nothing.
# File lib/rake/file_list.rb, line 161 def clear_exclude @exclude_patterns = [] @exclude_procs = [] self end