Sha256: e66a0964c60afeb50cfe9596aa7e2ecffb77acc1abafaf6d607c6df6d46145dc
Contents?: true
Size: 569 Bytes
Versions: 25
Compression:
Stored size: 569 Bytes
Contents
Feature: Ignoring external files within a working directory Scenario: Ignoring certain files When I checkout a local repository And I create a wc file named "foo.rb" And I ignore "foo.rb" Then there should be "0" unindexed files and "0" indexed files Scenario: Ignoring all files of a type When I checkout a local repository And I create a wc file named "foo.rb,bar.rb,README" Then there should be "3" unindexed files and "0" indexed files When I ignore "rb" files Then there should be "1" unindexed files and "0" indexed files
Version data entries
25 entries across 25 versions & 2 rubygems