Skip to content

Instantly share code, notes, and snippets.

@jesperronn
Created July 14, 2009 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesperronn/146853 to your computer and use it in GitHub Desktop.
Save jesperronn/146853 to your computer and use it in GitHub Desktop.
# cat ~/.autotest
require 'autotest_notification'
require 'autotest/fsevent'
require 'autotest/growl'
Autotest.add_hook :initialize do |autotest|
%w{.git .svn .hg .DS_Store ._* vendor}.each {|exception| autotest.add_exception(exception) }
false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment