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 <[email protected]>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3

_______________________________________________
Bug-global mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to