Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm-gtags excluding folders #193

Open
tsengf opened this issue Jan 28, 2021 · 1 comment
Open

helm-gtags excluding folders #193

tsengf opened this issue Jan 28, 2021 · 1 comment

Comments

@tsengf
Copy link

tsengf commented Jan 28, 2021

I use helm-projectile which allow the user to specify the folders which are indexed using the file .projectile which sits at the root of the project. Is there a similar functionality for helm-gtags. There is a specific folder which I do not helm-gtags to index.

@yanglimingcn
Copy link

gtags.conf has configuration data for global(1), gozilla(1), gtags(1) and htags(1). They look for the following files in this order, and read from the first one that exists and is readable.

(1) –gtagsconf file
(2) $GTAGSCONF
(3) [project root]/gtags.conf
(4) [project root]/[objdir]/gtags.conf
(5) $HOME/.globalrc
(6) /etc/gtags.conf
(7) [sysconfdir]/gtags.conf

i think you can use gtags.conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants