Sha256: 6fd5c53ce3a9e8e91f8e3b39e92d3870859a60eaaeacadba5628ad77ca5fb7cc
Contents?: true
Size: 574 Bytes
Versions: 19
Compression:
Stored size: 574 Bytes
Contents
@svn 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
19 entries across 19 versions & 2 rubygems