Summary
Indicates whether the entries in the .cvsignore should be used to limit the
file list;
true
to exclude files in .cvsignore, otherwise
false
. The default is true
.
- Assembly
- NAnt
.SourceControl .dll - Namespace
- NAnt
.SourceControl .Types - Containing Type
- CvsFileSet
Syntax
[TaskAttribute("usecvsignore", Required = false)]
public bool UseCvsIgnore { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
bool |