view .hgignore @ 1174:41fdadaa33b3

irccd: fix compiler warning
author David Demelier <markand@malikania.fr>
date Thu, 06 Oct 2022 13:55:57 +0200
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