view .hgignore @ 251:a6a850e65d23

examples: update world map
author David Demelier <markand@malikania.fr>
date Tue, 01 Dec 2020 21:53:00 +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$