Sha256: db51169286fd466181cca534fefca2b321695a883663e9293b806ada58693a07

Contents?: true

Size: 406 Bytes

Versions: 26

Compression:

Stored size: 406 Bytes

Contents

require 'autotest/growl'

Autotest::Growl::clear_terminal = false

Autotest.add_hook(:initialize) {|at|
  at.add_exception %r{\.git}  # ignore Version Control System
  at.add_exception %r{/\.}  # ignore any file that starts with a . (dot)
  at.add_exception %r{^\./tmp} # ignore temp files, lest autotest will run again, and again...
  at.add_exception %r{^\./(coverage|data|samples|pkg|\.yardoc)}
  nil
}

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
pacer-1.1.1-java .autotest
pacer-1.1.0-java .autotest
pacer-1.0.3-java .autotest
pacer-1.0.2-java .autotest
pacer-1.0.1-java .autotest
pacer-1.0.0-java .autotest