Skip to content

Instantly share code, notes, and snippets.

@quirkey
Created June 11, 2009 19:14
Show Gist options
  • Select an option

  • Save quirkey/128163 to your computer and use it in GitHub Desktop.

Select an option

Save quirkey/128163 to your computer and use it in GitHub Desktop.
require 'autotest/redgreen'
require 'autotest/growl'
Autotest.add_hook :run do |autotest|
autotest.add_exception(/^\.\/vendor/)
autotest.add_exception(/\.svn/)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment