view .hgignore @ 1175:11496b42f39e

cmake: fix find_program invocation
author David Demelier <markand@malikania.fr>
date Tue, 17 Jan 2023 16:47:44 +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