view .hgignore @ 1197:fc08456cce0b release-4.0

misc: added signature for changeset fa99335587ad
author David Demelier <markand@malikania.fr>
date Thu, 03 Aug 2023 21:32:12 +0200
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