NAnt SDK Documentation - v0.92

CvsFileSet.UseCvsIgnore Property

Indicates whether the entires in the .cvsignore should be used to limit the file list; true to exclude files in .cvsignore, otherwise false. The default is true.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="usecvsignore", ExpandProperties:=True, ProcessXml:=True)>
Public Property UseCvsIgnore As Boolean
[C#]
[TaskAttribute(Required=False, Name="usecvsignore", ExpandProperties=True, ProcessXml=True)]
public bool UseCvsIgnore {get; set;}

See Also

CvsFileSet Class | NAnt.SourceControl.Types Namespace