Skip to content

Instantly share code, notes, and snippets.

@smellman
Created December 8, 2011 08:32
Show Gist options
  • Save smellman/1446457 to your computer and use it in GitHub Desktop.
Save smellman/1446457 to your computer and use it in GitHub Desktop.
don't loop autotest
# file: .autotest
Autotest.add_hook :initialize do |at|
# don't look log/test.log
at.add_exception(%r{^\./log})
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment