Sha256: 452ed0d39386e473477b3c21a2e2c3fc75469c8864110b6821285801dfc7efff

Contents?: true

Size: 181 Bytes

Versions: 16

Compression:

Stored size: 181 Bytes

Contents

#!/usr/bin/env ruby


Autotest.add_hook :initialize do |at|
  at.add_exception %r{tmp\/}
  at.add_exception %r{template\/}
  %w(.git).each do |ex|
    at.add_exception ex
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
git-topic-0.2.7.3 .autotest
git-topic-0.2.7.2 .autotest
git-topic-0.2.7.1 .autotest
git-topic-0.2.7 .autotest
git-topic-0.2.6.1 .autotest
git-topic-0.2.6 .autotest
git-topic-0.2.5 .autotest
git-topic-0.2.4.1 .autotest
git-topic-0.2.4 .autotest
git-topic-0.2.3.3 .autotest
git-topic-0.2.3.2 .autotest
git-topic-0.2.3.1 .autotest
git-topic-0.2.3 .autotest
git-topic-0.2.2 .autotest
git-topic-0.2.1 .autotest
git-topic-0.1.6.4 .autotest