view .hgignore @ 1132:6f85c4743494

tests: fix broken tests because of SIGUSR1
author David Demelier <markand@malikania.fr>
date Thu, 09 Dec 2021 11:34:49 +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