Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix over-including when view_project_root is set.
https: //github.com//pull/6767 introduces a regression. While it fixes the bug with overlapping directories, it causes too many directories to now become included. This happens because the change avoids excluding files under any root directory, however the project root itself is a root directory when `view_project_root` is set. This results in nothing getting excluded, which defeats the purpose of view_project_root (it behaves the same as just adding `.` into directories). The fix is to only avoid excluding files under any user-declared root directories. Change-Id: I7f082b46dd036afc0ba8cfe596e574b021cf27fb
- Loading branch information