view .hgignore @ 3:c013f41a72a5

core: implement basic textures, closes #2442
author David Demelier <markand@malikania.fr>
date Mon, 06 Jan 2020 20:20:58 +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$