view .hgignore @ 5:b5c649b6367b

core: implement sprites, closes #2440
author David Demelier <markand@malikania.fr>
date Mon, 06 Jan 2020 21:14:35 +0100
parents efcc908bca21
children 61faa3054bed
line wrap: on
line source

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

# macOS specific.
\.DS_Store$

# object files.
^molko$
\.d$
\.o$