A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-42E5592B-8933-4BFF-BD5B-933357BC8103
Visible to Intel only — GUID: GUID-42E5592B-8933-4BFF-BD5B-933357BC8103
exclude-files
Exclude the specified files or directories from annotation scanning during analysis.
GUI Equivalent
Project Properties > Source Search > Exclude the following files
Syntax
--exclude-files=<PATH> |
Arguments
<PATH> is a comma-separated list of file paths or directories to exclude during data collection (no spaces).
Default
No default argument
Actions Modified
Example
Run a Suitability analysis. Exclude all files in the two specified source directories from annotation scanning during analysis.
advisor --collect=suitability --exclude-files=./src1,./src2 --project-dir=./advi_results -- ./myApplication