path_is_ignored


Description:

public bool path_is_ignored (string path) throws Error

Tests if the ignore rules apply to the path provided.

This acts similar to filtering performed when calling "git add ." on the command line.

Parameters:

this

A Repository.

path

A path within the repository.

Returns:

true if path should be ignored.