editors: Prevent ctags from following symlinks

Some tests will create a subtree of /sys under build/test/sys and
depending on the local system that tree might end up having an infinite
chain of symlinks. For example:

  $ ls build/test/sys/devices/pnp0/00:00/subsystem/devices/00:00/subsystem/devices/00:00/subsystem/devices/00:00/subsystem/devices/00:00/subsystem/devices/00:00/subsystem/
  devices  drivers  drivers_autoprobe

Exuberant ctags will by default follow symlinks, so configure it not to
do so through a local .ctags file setting --links=no.

Tested that `ctags -R` doesn't get stuck with the dotfile present.
This commit is contained in:
Filipe Brandenburger 2019-02-15 11:01:20 -08:00
parent 2c633a821e
commit c8f22490ee
1 changed files with 1 additions and 0 deletions

1
.ctags Normal file
View File

@ -0,0 +1 @@
--links=no