view .hgignore @ 1188:ce4ef586c787

misc: merge from stable-4
author David Demelier <markand@malikania.fr>
date Wed, 08 Feb 2023 10:22:51 +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