GitIgnore

Undocumented in source.

Members

Functions

loadGitIgnore
void loadGitIgnore(const(char)[] dir)
Undocumented in source. Be warned that the author may not have intended to support it.
loadGlobalGitIgnore
void loadGlobalGitIgnore()
Undocumented in source. Be warned that the author may not have intended to support it.
match
bool match(string fname)
Undocumented in source. Be warned that the author may not have intended to support it.
unloadGitIgnore
void unloadGitIgnore()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

isComment
bool isComment(const(char)[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
trim
inout(char)[] trim(inout(char)[] s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

masks
string[] masks;
Undocumented in source.

Meta