view .hgignore @ 290:9948e288925b

rpg: add support for items in battle
author David Demelier <markand@malikania.fr>
date Fri, 08 Jan 2021 12:56:10 +0100
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$