You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add exclusion of subdirectories to cindex. For example indexing of chromium /src takes about 50 seconds while only 20 seconds if I exclude /src/out and /src/third_party.
Right now it works like cindex --exclude /src/out --exclude /src/tmp /src plus I have to pass excludes if I want to re-index. As I understand the way to integrate that is to modify index format to store list of excluded directories. Is it OK to introduce such backward incompatible changes?
The text was updated successfully, but these errors were encountered:
I would like to add exclusion of subdirectories to
cindex
. For example indexing of chromium/src
takes about 50 seconds while only 20 seconds if I exclude/src/out
and/src/third_party
.Right now it works like
cindex --exclude /src/out --exclude /src/tmp /src
plus I have to pass excludes if I want to re-index. As I understand the way to integrate that is to modify index format to store list of excluded directories. Is it OK to introduce such backward incompatible changes?The text was updated successfully, but these errors were encountered: