mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 02:21:44 +03:00
c8f22490ee
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.
2 lines
11 B
Plaintext
2 lines
11 B
Plaintext
--links=no
|