view .hgignore @ 137:90bfbd160fb7

adventure: fix build
author David Demelier <markand@malikania.fr>
date Tue, 13 Oct 2020 14:30:23 +0200
parents 789b23e01f52
children 3ccf841ca1fe
line wrap: on
line source

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

# macOS specific.
\.DS_Store$

# CMake build directory.
^build$