view .hgignore @ 1199:c6b5bf592252

misc: merge from stable-4
author David Demelier <markand@malikania.fr>
date Thu, 03 Aug 2023 21:36:43 +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