343
343
interpreted relative to the process cwd, not relative to the
344
344
tree.* (Add and most other tree methods use tree-relative
347
347
path and kind of the path being added. It may return a file_id if
348
348
a specific one should be used.
350
350
this provides dry-run functionality by doing the add and not saving
352
352
:return: A tuple - files_added, ignored_files. files_added is the count
353
353
of added files, and ignored_files is a dict mapping files that were
354
354
ignored to the rule that caused them to be ignored.