Skip to content

Instantly share code, notes, and snippets.

@bwiggs
Created September 25, 2013 19:08
Show Gist options
  • Save bwiggs/6704466 to your computer and use it in GitHub Desktop.
Save bwiggs/6704466 to your computer and use it in GitHub Desktop.
This makes autotest ignore certain files.
Autotest.add_hook :initialize do |at|
%w{log coverage}.each {|exception| at.add_exception(exception)}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment