view .hgignore @ 1159:2432d7bee8b2 stable-4

misc: merge from release-4.0
author David Demelier <markand@malikania.fr>
date Mon, 07 Feb 2022 08:42:14 +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