Open ghbren opened 4 years ago
If I do --exclude-dirs "subdir/subdir2", then the --exclude-dirs gets ignored. It looks like I cannot have / in the directory. Is this expected?
--exclude-dirs "subdir/subdir2"
--exclude-dirs
/
If I do
--exclude-dirs "subdir/subdir2"
, then the--exclude-dirs
gets ignored. It looks like I cannot have/
in the directory. Is this expected?