view .hgignore @ 1136:f06e9761cc90

misc: update copyright years
author David Demelier <markand@malikania.fr>
date Sun, 02 Jan 2022 10:20:57 +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