Hello,
You can ignore symbolic links for both files and directories
by the following command lines:

        find . -type f -print >gtags.files
        gtags

If you hope to ignore only symbolic links for directories,
then you can do it like follows:

        find . -print >gtags.files
        gtags

Please ignore gtags's warning messages.

In other words, all you can do with find can do with gtags.

Regards,
Shigio


2018-04-23 5:25 GMT+09:00 Sylvain <[email protected]>:

> Hello there,
>
> Is there a way to avoid descending into symbolic links ?
> As far as I understand, gtags can either: (1) ignore dot files or (2) only
> include some files, but it cannot ignore files.
>
> Regards,
> S.S.
>
>
> _______________________________________________
> Help-global mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/help-global
>



-- 
Shigio YAMAGUCHI <[email protected]>
PGP fingerprint:
26F6 31B4 3D62 4A92 7E6F  1C33 969C 3BE3 89DD A6EB
_______________________________________________
Help-global mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-global

Reply via email to