Sha256: b48c90c989d388c1684d8d992b5c460586af88379978e0b63386024460dd1e6c

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

begin
  require 'autotest/fsevent'
  require 'autotest/growl'
rescue
  # Don't complain if this OS X-specific functionality isn't available.
end

Autotest.add_hook :initialize do |autotest|
  %w{.git .svn .hg .DS_Store ._* vendor tmp log}.each do |exception|
    autotest.add_exception(exception)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fathom-0.5.0 .autotest