Change 14659

tony
tony committed this change into //guest/perforce_software/p4ruby/main
Request Review
Download .zip
Add ignore file support to P4Ruby.
This change adds
three new methods:

    P4#ignore_file        - Return current ignore file
    P4#ignore_file=        - Set ignore file name
    P4#ignored?        - Test if a path is ignored

It also removes the check which objected to the use of Ruby 2.0
since we now support it. Now we simply check that you're not
using 2.1 (still a development release).
  • Files 5
  • Comments 0
4 edited 1 added 0 deleted
p4.cpp#47
Loading...
p4clientapi.cpp#44
Loading...
p4clientapi.h#32
Loading...
p4conf.rb#50
Loading...
test/22_ignore.rb#1
Loading...
Tip: Use n and p to cycle through the changes.