view .hgignore @ 1120:2053790d5e9b

cmake: remove all feature macros
author David Demelier <markand@malikania.fr>
date Fri, 26 Nov 2021 21:13:10 +0100
parents a09d4c9b8518
children 3d9975880161
line wrap: on
line source

# vim/emacs specific.
^tags$
^tags\.lock$
^tags\.temp$
^cscope\.out$
\.swp$
\.swo$

# macOS specific.
\.DS_Store$