Sha256: cf2441060c2dc29478ff78beffba90cec3e74fc8f9a7925aedd0e0e508dbb4ae
Contents?: true
Size: 339 Bytes
Versions: 11
Compression:
Stored size: 339 Bytes
Contents
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
11 entries across 11 versions & 1 rubygems