view .hgignore @ 1154:c528a9e75a4f release-4.0

irccdctl: fix plugin-reload without argument as advertised While here, cleanup manual page and help usage as well.
author David Demelier <markand@malikania.fr>
date Fri, 04 Feb 2022 10:11:41 +0100
parents 3d9975880161
children
line wrap: on
line source

# vim/emacs specific.
^tags$
^tags\.lock$
^tags\.temp$
^cscope\.out$
\.swp$
\.swo$

# macOS specific.
\.DS_Store$

# CMake build directory.
^build