help-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: excluding some paths


From: Shigio Yamaguchi
Subject: Re: excluding some paths
Date: Fri, 17 Jan 2003 23:01:23 +0900

Hi,
> Is it possible to define witch phats gtags wil traverse?
> 
> i.e.
> 
> i have folder strcture like this:
> src-|
>     |-dir1
>     |
>     |-dir2
>     |
>     |-dir3
> 
> and i only want gtags to search dir1 and dir3, as if dir2 didn't exist.

You can do it using configuration variable 'skip'.
Please add entry ':skip=/dir2/:' to your configuration file like this:

[$HOME/.globalrc]
+----------------------------------------------------
|       ...
|        :skip=y.tab.c,y.tab.h:\
|        :skip=SCCS/,RCS/,CVS/,CVSROOT/,.deps/:\
|        :skip=/dir2/:\                                 <= add
|       ...
+----------------------------------------------------

And you can execute gtags with skipping dir2 directory.
Please read online manual for the details.

Good luck!
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]