module documentation
Parsing of gitignore files.
For details for the matching rules, see https://git-scm.com/docs/gitignore
Class |
|
No class docstring; 0/3 instance variable, 3/5 methods, 0/1 class method documented |
Class |
|
Ignore file manager. |
Class |
|
Check for ignore status in multiple filters. |
Class |
|
A single ignore pattern. |
Function | default |
Return default user ignore filter path. |
Function | match |
Match a gitignore-style pattern against a path. |
Function | read |
Read a git ignore file. |
Function | translate |
Translate a shell PATTERN to a regular expression. |
Function | _translate |
Undocumented |