genPackageVersion.ignoreFiles

Handles VCS ignore files.

Members

Functions

addToIgnore
void addToIgnore(string ignoreFileName, string path, bool useRegex)

Add path to a VCS ignore file, unless it's already in the ignore file.

addToIgnoreFiles
void addToIgnoreFiles(string path)

Add path to ignore files for all VCSes detected. Does nothing if path is already in the ignore file.

Meta