jparker / dotfiles

Home directory content (config files for shells, editors, tools, etc.)

This URL has Read+Write access

dotfiles / .autotest
100644 8 lines (5 sloc) 0.228 kb
1
2
3
4
5
6
7
8
require 'autotest/fsevent'
require '/Library/Ruby/Gems/1.8/gems/autotest-growl-0.1.0/lib/autotest/growl'
 
Autotest.add_hook :initialize do |at|
  %w[.git .DS_Store *~ .#* .*.swp vendor].each {|file| at.add_exception file }
end