| NAnt  Help  Element Reference  FileSet.ExcludesFile | v0.92-rc1 | 
[This is preliminary documentation and subject to change.]
| Attribute | Type | Description | Required | 
|---|---|---|---|
| name | file | The name of a file; each line of this file is taken to be a pattern. | True | 
| if | bool | If true then the patterns will be excluded; otherwise, skipped. The default is true. | False | 
| unless | bool | Opposite of if. If false then the patterns will be excluded; otherwise, skipped. The default is false. | False |