view .hgignore @ 1155:f1adf94eb0fc release-4.0

tests: fix test-bot
author David Demelier <markand@malikania.fr>
date Mon, 07 Feb 2022 08:39:32 +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