view .hgignore @ 1144:51d5579f7623 release-4.0

misc: added tag 4.0.0 for changeset c421701054d4
author David Demelier <markand@malikania.fr>
date Thu, 03 Feb 2022 13:15:36 +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