bug-global
[Top][All Lists]
Advanced

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

Re: BUG: automatic skip of files from filelist


From: Shigio YAMAGUCHI
Subject: Re: BUG: automatic skip of files from filelist
Date: Fri, 20 Jan 2012 10:20:22 +0900

Hi,
> I use gtags -f myfilelist and was surprised, that some of the files didn't 
> get scanned. A line li
ke
> /project/.dotdir/file.c
> is skipped because of the dot in the directory name. So I don't see a way how 
> I could include thi
s source directory.
> I think, with the "-f" option only user defined skip rules should be applied.

Yes. Gtags ignores such files. According to the custom in UNIX,
dot files (and directories) are used to hide their own figure from users.
Why do you use such name for the source code?

How about doing like follows?

$ ln -s  .dotdir dotdir
$ gtags

--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3



reply via email to

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