view .hgignore @ 1149:d0e522ff5143 release-4.0

plugins: substitute version, closes #2533
author David Demelier <markand@malikania.fr>
date Fri, 04 Feb 2022 10:04:04 +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